Skip to content
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

Cannot delete linked service #43

Closed
duboff opened this issue Nov 9, 2015 · 5 comments
Closed

Cannot delete linked service #43

duboff opened this issue Nov 9, 2015 · 5 comments

Comments

@duboff
Copy link

duboff commented Nov 9, 2015

When I delete the app, deleting a postgres service seems impossible. Always get the "Cannot delete linked service". Tried running unlink but still get the message. Is there any way to force deletion?

@josegonzalez
Copy link
Member

You have it linked to a running application, are you sure you unlinked it?

@duboff
Copy link
Author

duboff commented Nov 10, 2015

Yeah, what happened was I destroyed the app first. So now the db is orphaned. I tried linking it to a different app, unlinking and destroying but still get the same message.

@duboff
Copy link
Author

duboff commented Nov 10, 2015

I guess the real problem is that when the app is deleted, postgres service stays in place

@josegonzalez
Copy link
Member

Gotcha. I guess that is something we can fix in the plugin. Thanks for confirming the workflow issue!

@Flink
Copy link
Contributor

Flink commented Nov 10, 2015

Well that’s strange since there is already a hook that unlinks an app from a service when deleting the app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants