i have .tar.gz database dump file, created with dokku mongodb:dump database -tar (dokku mongodb plugin (https://github.com/jeffutter/dokku-mongodb-plugin))
now i want to restore it to db with different name (newdb). ...
How do I properly update dokku plugin?
Do I also have to kill/recreate/rerun the docker container?
The thing is that dokku-mongodb plugin has recently added ability to create database dump, and I want to use this new...