cluster

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

commit 936e368c39f8eb26d9fae4b2af7798836051b129
parent c47b822be48b56c35b2b5f7719358548f9ae00bb
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 28 Apr 2024 01:39:20 +0200

Fix pg cluster

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 @@ -62,7 +62,7 @@ spec: # Monitoring - shared_preload_libraries: "pg_buffercache,pg_stat_statements,pg_cron" + shared_preload_libraries: "pg_buffercache,pg_stat_statements,pg_cron,pg_stat_kcache" track_io_timing: on track_functions: pl