You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, just a friendly feedback : it took me an unusually long time to figure out why psql couldn't connect to a PG server deployed using values taken in tests/vars.yml.
Postgres default famous port is 5432, so what is the rationale behind setting it to an unusual value like 5433 ?
This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!
Hello, just a friendly feedback : it took me an unusually long time to figure out why
psql
couldn't connect to a PG server deployed using values taken in tests/vars.yml.Postgres default famous port is 5432, so what is the rationale behind setting it to an unusual value like 5433 ?
➡️ https://github.com/ANXS/postgresql/blob/master/tests/vars.yml#L4
This probably has something to with running tests on a server already serving another instance on 5432.
I suggest referring documentation readers to other samples files with conventional settings to avoid surprises.
The text was updated successfully, but these errors were encountered: