-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
Milestone
Description
Error when try to init Bombolone Mongodb:
$ mongorestore --db new_app --drop data/backup/mongodb/2014-07-29/bombolone
connected to: 127.0.0.1
Wed Oct 15 03:58:07.208 ERROR: don't know what to do with file [data/backup/mongodb/2014-07-29/bombolone]
The dev renamed the folder and forgot to change the command. For init bombolone mongodb, use this command:
$ mongorestore --db new_app --drop data/backup/mongodb/2014-07-29/new_app
Then, update config.py file at line 7. Change DATABASE = 'bombolone' to DATABASE = 'new_app'