mirror of
https://github.com/ditkrg/db-backup-s3.git
synced 2026-01-22 22:06:45 +00:00
Remove db.dump file after restoring database in restore_mariadb function in helpers.sh
This commit is contained in:
parent
8683ec9f42
commit
ccf66241fd
@ -54,5 +54,4 @@ restore_mariadb() {
|
||||
-u $DATABASE_USER \
|
||||
--password="$DATABASE_PASSWORD" "$MARIADB_EXTRA_OPTS" \
|
||||
$DATABASE_NAME < db.dump
|
||||
rm db.dump
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user