fix: increase posgress keep wal in case of node down

This commit is contained in:
vincent 2024-12-08 08:50:06 +01:00
parent a4b6c68fdd
commit 577c78d442

View File

@ -36,3 +36,11 @@ postgresql_hba_entries:
- {type: host, database: all, user: all, address: '::1/128', auth_method: md5}
- {type: host, database: all, user: all, address: '::0/128', auth_method: md5}
- {type: host, database: all, user: all, address: '0.0.0.0/0', auth_method: md5}
postgresql_global_config_options:
- option: unix_socket_directories
value: '{{ postgresql_unix_socket_directories | join(",") }}'
- option: listen_addresses
value: '*'
- option: wal_keep_size
value: 200