fbctf icon indicating copy to clipboard operation
fbctf copied to clipboard

Database and full game export doesn't work on multi-server installation

Open itmaciek opened this issue 7 years ago • 1 comments

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

itmaciek avatar Feb 12 '18 21:02 itmaciek

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.

v1ncenth avatar Jan 16 '19 20:01 v1ncenth