2023-08-11 10:51:51 +00:00
|
|
|
consul_install_official_repo: false
|
2024-05-26 15:11:53 +00:00
|
|
|
patroni_wal_g_install: true
|
|
|
|
patroni_wal_g_backup_enable: true
|
2023-08-11 10:51:51 +00:00
|
|
|
wal_g_config: >-
|
|
|
|
{{
|
|
|
|
{
|
|
|
|
"AWS_ACCESS_KEY_ID": "YOUR_ACCESS_KEY_ID",
|
|
|
|
"AWS_SECRET_ACCESS_KEY": "YOUR_SECRET_ACCESS_KEY",
|
|
|
|
"AWS_ENDPOINT": "https://s3.amazon.com",
|
|
|
|
"WALG_S3_PREFIX": "s3://wal-g/patroni-1",
|
|
|
|
"WALG_LIBSODIUM_KEY": "29b43e2f46adcaf9f0d635d9fe4934e3227b3cbd13e2b19c7b28c16a581cc15c"
|
|
|
|
"AWS_S3_FORCE_PATH_STYLE": "true"
|
|
|
|
}
|
|
|
|
}}
|
|
|
|
|
|
|
|
patroni_postgresql_dynamic_parameters:
|
|
|
|
postgresql:
|
|
|
|
parameters:
|
|
|
|
max_connections: '2000'
|