diff --git a/environments/production/postgresql.yml b/environments/production/postgresql.yml index 97c1e88f11..ed132ae408 100644 --- a/environments/production/postgresql.yml +++ b/environments/production/postgresql.yml @@ -15,15 +15,6 @@ pgbouncer_override: pgbouncer_pool_timeout: 1 pgbouncer_reserve_pool: 5 -pg_repack: - pgbouncer_a6: - - database: commcarehq_synclogs - host: "{{ DEFAULT_POSTGRESQL_HOST }}" - username: "{{ postgres_users.root.username }}" - password: "{{ postgres_users.root.password }}" - port: 5432 - skip_superuser_check: True - # We're temporarily disabling read replicas # and will revisit after migration to RDS #LOAD_BALANCED_APPS: