mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-20 23:16:49 +00:00
a1d6091122ded3f78dc35b2b1495986a78cb8fac
Postgres refuses to replay WAL past a checkpoint recorded with higher max_connections/max_wal_senders/etc than the recovering instance's own settings: 'recovery aborted because of insufficient parameter settings: max_connections = 100 is a lower setting than on the primary server, where its value was 200' - confirmed live on all 3 VPS clusters (they had no postgresql.parameters block at all, defaulting to CNPG's 100). Copied home's full postgresql.parameters block to remove any other potential mismatch (max_wal_senders, max_worker_processes are subject to the same check). Bumped memory requests/limits to match home too - shared_buffers: 512MB needs headroom the previous 256Mi/1Gi didn't have.
Description
No description provided
953 KiB
Languages
Shell
94%
Go Template
6%