From d5772865627e87d4f4360ccff64c9a70b88b1a59 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Fri, 16 Feb 2024 16:59:35 +0100
Subject: [PATCH] chore(immich): Enable more logging to figure out pgvecto.rs
 problem

---
 apps/k8s01/immich/database-override.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/apps/k8s01/immich/database-override.yaml b/apps/k8s01/immich/database-override.yaml
index 12a8cca6a..d8afd9f3b 100644
--- a/apps/k8s01/immich/database-override.yaml
+++ b/apps/k8s01/immich/database-override.yaml
@@ -5,3 +5,7 @@ metadata:
   namespace: immich
 spec:
   numberOfInstances: 2
+  postgresql:
+    parameters:
+      logging_collector: "on"
+
-- 
GitLab