Skip to content

Commit

Permalink
aws: Add BACKUP_DATABASES to template
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Oct 30, 2024
1 parent 4cc1c49 commit b876f31
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion salt/aws/files/aws-settings.local
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ AWS_ACCESS_KEY_ID=""
AWS_SECRET_ACCESS_KEY=""
AWS_DEFAULT_REGION=""

# MySQL backup
# Database backup
S3_DATABASE_BACKUP_BUCKET=""
# Space deliminated bash array e.x. ( "dbone" "dbtwo" )
BACKUP_DATABASES=()

# Site backup
S3_SITE_BACKUP_BUCKET=""
Expand Down

0 comments on commit b876f31

Please sign in to comment.