Make wal_log_hints configurable (#3063)

Close #1942
This commit is contained in:
Paul_Kim
2024-05-24 09:55:26 +02:00
committed by GitHub
parent ff31f45226
commit 0a6c09e252
9 changed files with 15 additions and 10 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ In order to change the dynamic configuration you can use either :ref:`patronictl
- **failsafe\_mode**: Enables :ref:`DCS Failsafe Mode <dcs_failsafe_mode>`. Defaults to `false`.
- **postgresql**:
- **use\_pg\_rewind**: whether or not to use pg_rewind. Defaults to `false`.
- **use\_pg\_rewind**: whether or not to use pg_rewind. Defaults to `false`. Note that either the cluster must be initialized with ``data page checksums`` (``--data-checksums`` option for ``initdb``) and/or ``wal_log_hints`` must be set to ``on``, or ``pg_rewind`` will not work.
- **use\_slots**: whether or not to use replication slots. Defaults to `true` on PostgreSQL 9.4+.
- **recovery\_conf**: additional configuration settings written to recovery.conf when configuring follower. There is no recovery.conf anymore in PostgreSQL 12, but you may continue using this section, because Patroni handles it transparently.
- **parameters**: list of configuration settings for Postgres.