Skip to content

Commit

Permalink
Fix name for backup
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Nov 19, 2023
1 parent 494a27b commit 3796c2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions images/backup-restore/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ backupDB() {

restoreDB() {
local CURRENT_DATE=$(date '+%Y%m%d-%H%M')
local RESTORE_FILE="backup.sql.gz"
local LOG_RESULT_FILE="restore_results-${CURRENT_DATE}.log"
local flag=true

Expand Down

0 comments on commit 3796c2c

Please sign in to comment.