From b0037459ee7ae5c86d255c05128921317c86f641 Mon Sep 17 00:00:00 2001 From: Ryan Moon Date: Thu, 2 Apr 2026 22:29:58 -0500 Subject: [PATCH] fix: use session pooling for windmill (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 082205f..01c9f40 100644 --- a/pgbouncer/configmap.yaml +++ b/pgbouncer/configmap.yaml @@ -7,7 +7,7 @@ data: pgbouncer.ini: | [databases] 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 + windmill = host=lunarfront-postgres-do-user-35277853-0.e.db.ondigitalocean.com port=25060 dbname=windmill user=windmill pool_mode=session pool_size=5 [pgbouncer] listen_port = 5432