Closed sebastiandeutsch closed 10 years ago
The only thing that should be required is deleting $DOKKU_ROOT/.mongodb (probably /home/dokku/.mongodb . You can also docker rmi "jeffutter/mongodb:latest"
and make sure that all containers are docker stopped
and docker rm
'd.
I'm going to close the issue but please let me know if you are still having trouble.
I removed the
$DOKKU_ROOT/.mongodb
directory and useddocker rmi "jeffutter/mongodb:latest"
to uninstall the image. The container is stopped. When I want to reinstall withdokku plugins:install
I'll get the following error:It seems that the plugin knows that there was a previous install. How to do a clean install?
Best
Sebastian