cluster

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

commit 84a4148dc192a93ca2e5d50146f6fea2f9340aef
parent c4ae8ae8c71546974ffef92446acdb028738a4f3
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 28 Apr 2024 01:22:56 +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" + shared_preload_libraries: "pg_buffercache,pg_stat_statements,pg_cron" track_io_timing: on track_functions: pl