ANXS / postgresql

Fairly full featured Ansible role for Postgresql.
http://anxs.io/
MIT License
848 stars 573 forks source link

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

Open fredmenez opened 4 years ago

fredmenez commented 4 years ago

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.

github-actions[bot] commented 7 months ago

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!