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

Invalid port number in postgresql:link if app and db names is different. #62

Open
demchenkoe opened this issue Jan 17, 2015 · 1 comment

Comments

@demchenkoe
Copy link

get_postgresql_id use variable $APP as name of database.
But application name and name of database may be different.
In this case get_postgresql_id return invalid containter id.

@Pluto1010
Copy link

I have the same problem.

As a workaround I have renamed my databases to match the application names now.

Is it possible that the process of creating a root password is also disturbed by this issue?
My DATABASE_URL contains a password thats not accepted in the given port for root. I have a seconds database and tried its password on the URL in my DATABASE_URL variable and it worked.

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

No branches or pull requests

2 participants