hapostgres / hapostgres/pg_auto_failover
After reboot only 1 listen_address is active
Open
- Dominant language
- C
- Stars
- 1.4k
- Forks
- 142
- Avg merge
- 5h 8m
- Merged PRs (30d)
- 1
Description
I adjusted the pg_autoctl.cfg (monitor)
[postgresql]
...
listen_addresses = localhost,postgres-ha
When I reboot postgres listens to localhost (despite the Log-Entry shows "--options -h localhost,postgres-ha"
When I restart postgres by systemctl restart pg_auto_failover it listens to both configured addresses.
Are there any logs or places where I could look?
Markus
Contributor guide
Assessment
This issue has not been assessed yet.