Report this

What is the reason for this report?

cant restore Mongodb on dokku

Posted on September 5, 2015

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!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

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:

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.