Skip to content

Commit 7cc7d08

Browse files
authored
Update backup-database.sh
1 parent 7c390d5 commit 7cc7d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_cron/hourly/backup-database.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ mysqldump \
1212
--verbose \
1313
-u'phoenix' \
1414
-p'Password1' \
15-
phoenix > "phoenix.$(date +\%Y\%m\%d_\%H\%M).sql"
15+
phoenix > "phoenix.$(date +%Y%m%d_%H%M).sql"

0 commit comments

Comments
 (0)