feat: Configure replication from postgres collection

This commit is contained in:
Oleksandr Stepanov
2024-11-20 16:37:33 +01:00
parent 10ea272736
commit dac0b0cc80
5 changed files with 43 additions and 2 deletions

View File

@ -59,6 +59,9 @@ postgres_arguments:
enable_postgres_replication: false
# IP address of the interface replication
postgres_replications_arguments: []
postgres_replica_user_name: ""
postgres_replica_user_password: ""
postgres_replica_auth_method: "scram-sha-256"
postgres_replication_bind_address: ""
postgres_replica_address: ""