Skip to content

Commit

Permalink
restore test.
Browse files Browse the repository at this point in the history
  • Loading branch information
casey-rapnicki-bixal committed Feb 26, 2024
1 parent 8f095da commit 6db5205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/s3-backup-download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ echo "Downloading backup..."

[ -n "${S3_FILE_PATH}" ] && DATABASE_FILE="${S3_FILE_PATH}"

aws s3 cp s3://${bucket}/${DATABASE_FILE} database_restore.sql.gz --no-verify-ssl 2>/dev/null
aws s3 cp "s3://${bucket}/${DATABASE_FILE}" database_restore.sql.gz --no-verify-ssl 2>/dev/null

## Delete database_restore.tar.gz after it's downloaded.
## [ -z ${S3_FILE_PATH} ] && aws s3 rm s3://${bucket}/database_restore.sql.gz --no-verify-ssl 2>/dev/null
Expand Down

0 comments on commit 6db5205

Please sign in to comment.