Skip to content

Commit

Permalink
Hopefully the last typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartmaxwell committed Oct 7, 2024
1 parent fb25d70 commit 45e4914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ download_latest_backup() {
echo "No backup found in S3 bucket."
else
echo "Latest backup found: $latest_backup"
aws s3 cp s3://$S3_BUCKET/$latest_backup /app/latest-backup.tar.zst --endpoint-url $AWS_ENDPOINT_URL
aws s3 cp s3://$S3_BUCKET/$latest_backup /app/latest-backup.tar.gz --endpoint-url $AWS_ENDPOINT_URL
tar --gzip -xf /app/latest-backup.tar.gz -O > /app/$DB_NAME.sqlite3
echo "SQLite database backup downloaded and extracted."
fi
Expand Down

0 comments on commit 45e4914

Please sign in to comment.