fbctf
fbctf copied to clipboard
Database and full game export doesn't work on multi-server installation
Please include the following information when filing an issue • version: latest, from 21 Dec 2017 • System: Ubuntu 16.04, Multi-Server Direct Installation • Description of the problem no 1:
- login as admin
- go to controls
- export full game
- exported file is empty, looks like below: { "logos": {}, "teams": {}, "categories": {}, "levels": {} } if we export logos, teams, levels and categories separately it works fine. Full export works fine on single server installation, not on multi • Description of the problem no 2:
- login as admin
- go to controls
- backup database
- exported file is empty, size 0 Database backup works fine on single server installation, not on multi
This has been fixed in dev-lite branch. Check out the code at https://github.com/facebook/fbctf/commit/d81bb2ff170edc1bd84b501586de8851f7be312c and https://github.com/facebook/fbctf/commit/eee0c6364a8c8cedca5ce0871bb4647d2ed4a094 for the fixes.