-
-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
destroy
and unlink
disagree on whether or not a database is linked to an app
#315
Comments
Please post the output of: dokku report I need it to know what versions of stuff you have running :) |
Oops… my bad : )
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description of problem
Sometimes the command
destroy
says a database is linked when it is not linked (although it was in the past). When we try unlinking, we get a confusing message saying there is no link, but next, thedestroy
command works.How reproducible
Every single time. We rotate a database monthly in an open-source project, and every single month, I see this bug.
Steps to Reproduce
DATABASE_URL
envvar on that app)DATABASE_URL
pointing elsewhere (maybe another PostgreSQL instance)Actual Results
Expected Results
destroy
command andunlink
should say the database is linkedEnvironment Information
(not relevant)
dokku report APP_NAME
output(not relevant)
How (deb/make) and where (AWS, VirtualBox, physical, etc.) was Dokku installed?:
VPS via
apt
.Additional information
(not relevant)
The text was updated successfully, but these errors were encountered: