Skip to content

Commit

Permalink
Use seperate repeaters db in backup-production (just like in production)
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyroberts committed Nov 17, 2023
1 parent 5e15b01 commit 659c8fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions environments/backup-production/postgresql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ dbs:
pgbouncer_hosts:
- pgbouncer_a0

repeaters:
host: rds_pgmain0
pgbouncer_endpoint: pgmain_nlb
pgbouncer_hosts:
- pgbouncer_a0

form_processing:
proxy:
host: pgbouncer_a0
Expand Down
1 change: 1 addition & 0 deletions environments/backup-production/public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ localsettings:
J2ME_ADDRESS: ""
LOCAL_CUSTOM_DB_ROUTING:
auditcare: auditcare
repeaters: repeaters
LOCAL_MIDDLEWARE:
- 'django.middleware.security.SecurityMiddleware'
PILLOWTOP_MACHINE_ID: hqdb0
Expand Down

0 comments on commit 659c8fe

Please sign in to comment.