postgresql_cluster
postgresql_cluster copied to clipboard
Make keepalived more configurable
It’d be nice to extend the keepalived role and make it possible to configure some options, for example, by adding the possibility of configuring more VIPs, virtual router IDs, and changing authentication. I'll prepare a PR for that and please let me know what you think about it. Thanks.
by adding the possibility of configuring more VIPs
@abyss-ms Could you please explain why it might be necessary to have more than one VIP address for a database cluster?
Sure, in my case, there is a separate network for VPN traffic, allowing other sides to connect to the database (reporting application). Therefore, the VPN connection still has failover functionality.