Skip to content

Commit 69f603d

Browse files
authored
Merge pull request #124 from cybertec-postgresql/initdb
ensure checksum always enabled
2 parents 415e1da + 56a7525 commit 69f603d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/cluster/k8sres.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ func generateSpiloJSONConfiguration(pg *cpov1.PostgresqlParam, patroni *cpov1.Pa
352352
map[string]string{"icu-locale": "en_US"}}
353353
} else {
354354
config.Bootstrap.Initdb = []interface{}{map[string]string{"auth-host": "scram-sha-256"},
355+
"data-checksums",
355356
map[string]string{"auth-local": "trust"}}
356357
}
357358

0 commit comments

Comments
 (0)