By albumboom
i have .tar.gz database dump file, created with dokku mongodb:dump database -tar (dokku mongodb plugin)
now i want to restore it to db with different name (newdb). running dokku mongodb:restore newdb dump.tar.gz gives The .tar.gz-file didn't contain a database-dump for newdb.
i’ve untared archive, and renamed the folder to match new db name (newdb). after running sudo dokku mongodb:restore newdb newdb it says Successfully restored database newdb from newdb. I can see in mongo console that records are present, but from the browser it looks like db is still empty;
How do I restore it properly?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
I know this is an old question, but I just wanted to make a note for anyone stumbling across this now that the MongoDB plugin referenced in here has been deprecated. Dokku now provides a set of officially supported database plugins maintained by the Dokku team itself. This includes one for MongoDB. Check it out and see its usage instructions on GitHub:
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.