Update database backup filename to be a bit less specific
This commit is contained in:
parent
d09844a67b
commit
693ecc2468
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue