fixed make dump_db
This commit is contained in:
@@ -77,4 +77,4 @@ exec_mysql:
|
|||||||
docker exec -it reha-mysql-1 bash
|
docker exec -it reha-mysql-1 bash
|
||||||
|
|
||||||
dump_db:
|
dump_db:
|
||||||
docker exec reha-mysql-1 sh -c 'exec mysqldump -uroot -preha reha' > ./ressources/reha-$(DATE_NOW)-local.sql
|
docker exec reha-mysql-1 sh -c 'exec mariadb-dump -uroot -preha reha' > ./ressources/reha-$(DATE_NOW)-local.sql
|
||||||
|
|||||||
+1
-1
Submodule src updated: d45668f042...69d3047cfc
Reference in New Issue
Block a user