From: Emilie Zawadzki Date: Thu, 24 Oct 2019 09:45:26 +0000 (+0200) Subject: [Mysql] : detele MySQL local database before restoring X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=3862d938c660bbb46b6e66f3c570b23faf341b07;p=docker-django-scripts.git [Mysql] : detele MySQL local database before restoring --- diff --git a/dev/restore_db_hard.sh b/dev/restore_db_hard.sh index 5674811..fb89df5 100755 --- a/dev/restore_db_hard.sh +++ b/dev/restore_db_hard.sh @@ -2,6 +2,7 @@ docker-compose stop sudo rm -rf var/lib/postgresql +sudo rm -rf var/lib/mysql ./bin/dev/restore_db.sh ./bin/dev/migrate.sh ./bin/dev/up.sh \ No newline at end of file