dokku-md-plugin
dokku-md-plugin copied to clipboard
Console and dump commands don't work if $APP doesn't match dokku container
Fixed issue where console and dump only worked if the mariadb container matched a dokku instance. Instead of checking for $APP existing, I check for $DOKKU_ROOT/.mariadb/pwd_$APP like the info command does.
Just had exactly the same problem trying to figure it out why they didn't work. thoom's fix above worked fine and fixed both commands.