Skip to content

Commit

Permalink
Maybe fix backup for posthog by copying some env variables and in par…
Browse files Browse the repository at this point in the history
…ticular getting it to create the right tables.
  • Loading branch information
mitchellw committed Dec 1, 2023
1 parent db59899 commit b6475d7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions apps/prod/posthog/merge-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,15 @@ spec:
backup:
enabled: true
env:
- name: ALLOW_EMPTY_BACKUPS
value: "true"
- name: API_LISTEN
value: "0.0.0.0:7171"
# INSERT INTO system.backup_actions to execute backup
- name: API_CREATE_INTEGRATION_TABLES
value: "true"
- name: BACKUPS_TO_KEEP_REMOTE
value: "0"
- name: "REMOTE_STORAGE"
value: "gcs"
- name: "GCS_BUCKET"
Expand Down

0 comments on commit b6475d7

Please sign in to comment.