cluster

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

commit 31027e4f599d1458b21560241bf529a559aedfbd
parent 63b23cb5e4d5b2b2a51bb147d2a41fb4aa05ae07
Author: MTRNord <mtrnord1@gmail.com>
Date:   Thu, 29 Jun 2023 17:09:08 +0200

try synchronous_commit

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

diff --git a/infrastructure/configs/postgres-clusters.yaml b/infrastructure/configs/postgres-clusters.yaml @@ -37,6 +37,7 @@ spec: postgresql: version: "15" parameters: + synchronous_commit: local password_encryption: scram-sha-256 max_connections: "300" superuser_reserved_connections: "3"