-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
re: #22
SLPDB is relatively straightforward
Need to run these from a machine/container that has mongodb installed, and can talk to mongodb-slpdb.
We should stop slpdb and slpserve containers prior to doing a restore. Not sure if there is any need to stop these while dumping.
Dump
mongodump -d slpdb_test --archive=/tmp/slpdb_test.mongo.gz --authenticationDatabase admin --gzip mongodb://mongouser:mongopass@mongodb-slpdb:27017Restore
mongorestore --drop --authenticationDatabase admin --archive=/tmp/slpdb_test.mongo.gz --gzip mongodb://mongouser:mongopass@mongodb-slpdb:27017Metadata
Metadata
Assignees
Labels
No labels