Skip to content

Commit

Permalink
Move Postgres backups to the middle of the night (#4)
Browse files Browse the repository at this point in the history
So that people are not trying to run migrations during that time
  • Loading branch information
wmoss authored Oct 24, 2023
1 parent c77a655 commit 10fb78b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion render.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
- name: backup-postgres
type: cron
schedule: "0 0 * * *"
schedule: "0 4 * * *" # 4am UTC, 9pm PST
region: oregon
env: docker
plan: standard
Expand Down

0 comments on commit 10fb78b

Please sign in to comment.