cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit 09be88f561af34b919cb9c6d3d089c8b4078f252
parent fd5be17de1eaf04d266a6884604e9fc80e3c328a
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 16 Nov 2024 01:53:39 +0100

Fix max_replication_slots

Diffstat:
Minfrastructure/configs/postgres-clusters.yaml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure/configs/postgres-clusters.yaml b/infrastructure/configs/postgres-clusters.yaml @@ -81,7 +81,7 @@ spec: wal_level: logical max_wal_senders: "10" synchronous_commit: on - max_replication_slots: 200 + max_replication_slots: "200" # Checkpointing checkpoint_timeout: "15 min" checkpoint_completion_target: "0.9"