From 1cd7e9a8181d340a5edc4eb50a4dd41a089176f6 Mon Sep 17 00:00:00 2001 From: Ryan Moon Date: Thu, 2 Apr 2026 22:27:46 -0500 Subject: [PATCH] fix: use session pooling for gitea (prepared statements incompatible with transaction mode) --- pgbouncer/configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgbouncer/configmap.yaml b/pgbouncer/configmap.yaml index 791f16e..082205f 100644 --- a/pgbouncer/configmap.yaml +++ b/pgbouncer/configmap.yaml @@ -6,7 +6,7 @@ metadata: data: pgbouncer.ini: | [databases] - gitea = host=lunarfront-postgres-do-user-35277853-0.e.db.ondigitalocean.com port=25060 dbname=gitea user=gitea + gitea = host=lunarfront-postgres-do-user-35277853-0.e.db.ondigitalocean.com port=25060 dbname=gitea user=gitea pool_mode=session pool_size=3 windmill = host=lunarfront-postgres-do-user-35277853-0.e.db.ondigitalocean.com port=25060 dbname=windmill user=windmill [pgbouncer]