Skip to content

Commit

Permalink
Update en vars for backups
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Nov 4, 2023
1 parent cb12392 commit fd74942
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ohm/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dependencies:
- name: osm-seed
version: '0.1.0-n804.hcc656c1'
version: '0.1.0-n805.h347c296'
repository: https://devseed.com/osm-seed-chart/
16 changes: 11 additions & 5 deletions values.staging.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -284,12 +284,15 @@ osm-seed:
enabled: true
schedule: '0 0 * * *'
env:
# backup/restore
DB_ACTION: backup
SET_DATE: true
# Naming backup files
SET_DATE_AT_NAME: true
BACKUP_CLOUD_FOLDER: database/web-api-db
BACKUP_CLOUD_FILE: osmseed-api-web-db
BACKUP_CLOUD_FILE: ohm-api-web-db
AWS_S3_BUCKET: osmseed-staging
CLEAN_BACKUPS: true
# Clean up backups options
CLEANUP_BACKUPS: true
RETENTION_DAYS: '30'
resources:
enabled: false
Expand All @@ -307,12 +310,15 @@ osm-seed:
enabled: true
schedule: '0 0 * * *'
env:
# backup/restore
DB_ACTION: backup
SET_DATE: false
# Naming backup files
SET_DATE_AT_NAME: 'true'
BACKUP_CLOUD_FOLDER: database/osmcha-db
BACKUP_CLOUD_FILE: osmseed-osmcha-db
AWS_S3_BUCKET: osmseed-staging
CLEAN_BACKUPS: true
# Clean up backups options
CLEANUP_BACKUPS: true
RETENTION_DAYS: '30'
resources:
enabled: false
Expand Down

0 comments on commit fd74942

Please sign in to comment.