feat: update postgresql-ha configuration
This commit is contained in:
parent
bdbb39f5cc
commit
a4841900dd
@ -609,7 +609,10 @@ postgresql:
|
|||||||
## port = '5432'
|
## port = '5432'
|
||||||
## ...
|
## ...
|
||||||
##
|
##
|
||||||
configuration: ""
|
configuration: |-
|
||||||
|
wal_level = logical
|
||||||
|
max_wal_senders = 10
|
||||||
|
wal_keep_size = 64MB
|
||||||
## @param postgresql.pgHbaConfiguration PostgreSQL client authentication configuration
|
## @param postgresql.pgHbaConfiguration PostgreSQL client authentication configuration
|
||||||
## You can use this parameter to specify the content for pg_hba.conf
|
## You can use this parameter to specify the content for pg_hba.conf
|
||||||
## Otherwise, a repmgr.conf will be generated based on the environment variables
|
## Otherwise, a repmgr.conf will be generated based on the environment variables
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user