rename postgres_ha_alter_system_settings

To use same prefix as all other variables.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-06-25 16:04:56 +02:00
parent 5650471d72
commit dfe1e2ccdf
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ postgres_ha_backup_timeout: 1200
And database settings can be modified using the [`ALTER SYSTEM`](https://www.postgresql.org/docs/current/sql-altersystem.html) configuration:
```yaml
postgres_alter_system_settings:
postgres_ha_alter_system_settings:
checkpoint_timeout: '5min'
max_wal_size: '1GB'
min_wal_size: '80MB'

View File

@ -15,7 +15,7 @@ postgres_ha_cont_run_size: '512K'
postgres_ha_cont_tmp_size: '256K'
# Alter System
postgres_alter_system_settings: {}
postgres_ha_alter_system_settings: {}
# max_wal_size: '1GB'
# Admin Auth