From 693ecc246803b656b62d01523b5326e47aeafedc Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Mon, 11 Apr 2022 12:20:33 +0200 Subject: [PATCH] Update database backup filename to be a bit less specific --- bin/pg-backup-to-s3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pg-backup-to-s3 b/bin/pg-backup-to-s3 index 9c6463b0..704cab46 100755 --- a/bin/pg-backup-to-s3 +++ b/bin/pg-backup-to-s3 @@ -17,7 +17,7 @@ gzip $dump_file gpg --yes --passphrase=$PG_BACKUP_KEY --batch -c $dump_file.gz rm $dump_file.gz -BACKUP_FILE_NAME="myskillbox-pg-backup-$(date '+%Y-%m-%d_%H.%M').gpg" +BACKUP_FILE_NAME="myskillbox-pg-backup-$(date '+%Y-%m-%d').gpg" # temporarily set the access key, because we use a different one for the backup and # the default S3 bucket for Django