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

CircleCI 2.0 Postgresql Doc Has Incorrect Info #1583

Closed
felicianotech opened this issue Sep 19, 2017 · 1 comment
Closed

CircleCI 2.0 Postgresql Doc Has Incorrect Info #1583

felicianotech opened this issue Sep 19, 2017 · 1 comment

Comments

@felicianotech
Copy link
Contributor

The default user, port, test database for PostgreSQL 9.6 are as follows:

postgres://ubuntu:@127.0.0.1:5432/circle_test

Note: For version 9.5, the default port is 5433 instead of 5432. To specify a different port, change the $DATABASE_URL and all invocations of psql.

This is incorrect. I'm assuming that this might have been accidently carried over from the 1.0 Doc? The Postgres defaults, if we want to mention that, in this case are specific to the Docker Library version since this is where we're basing our images off of too. https://hub.docker.com/_/postgres/

@michelle-luna
Copy link
Contributor

thanks, I replaced this with the link to docker hub and added it as a description where we specify it in the example.

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