From 35926091c82a4b62a579d31e63c6ec1a497f4b97 Mon Sep 17 00:00:00 2001 From: Norman Hooper Date: Tue, 16 Jan 2024 19:15:38 +0000 Subject: [PATCH] Don't use a partitioned database --- quick_monolith_install/sample-environment/postgresql.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/quick_monolith_install/sample-environment/postgresql.yml b/quick_monolith_install/sample-environment/postgresql.yml index 06bdf2b622..75c83f2930 100644 --- a/quick_monolith_install/sample-environment/postgresql.yml +++ b/quick_monolith_install/sample-environment/postgresql.yml @@ -11,10 +11,7 @@ postgres_override: postgresql_max_stack_depth: 4MB postgresql_shared_buffers: 1GB +SEPARATE_FORM_PROCESSING_DBS: False + dbs: - form_processing: - partitions: - p1: - shards: [0, 511] - p2: - shards: [512, 1023] + form_processing: null