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
postgres12_pgx plugin can work with multiple PostgreSQL hosts but in helm chart there is an option to pass only 1 host. Because of dynamic changes in random moment of master/replica roles of hosts in Postgres cluster (or due maintenance) there is no option specify only master host in config.
Describe the solution you'd like
postgres12_pgx
plugin can work with multiple PostgreSQL hosts but in helm chart there is an option to pass only 1 host. Because of dynamic changes in random moment of master/replica roles of hosts in Postgres cluster (or due maintenance) there is no option specify only master host in config.Current solution server-configmap.yaml#L35 supports only 1 host for SQL persistence and visibility:
Example of passing multiple hosts for
postgres12_pgx
Additional context
I can help with PR
The text was updated successfully, but these errors were encountered: