postgresql icon indicating copy to clipboard operation
postgresql copied to clipboard

Postgres server port value specified in test playbook referred as documentation can cause headaches

Open fredmenez opened this issue 5 years ago • 1 comments

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 ?

:arrow_right: 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.

fredmenez avatar Apr 30 '20 15:04 fredmenez

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!

github-actions[bot] avatar Dec 19 '23 23:12 github-actions[bot]