fixed make dump_db

This commit is contained in:
2024-06-24 12:58:15 +02:00
parent 03a894c9f3
commit a63aa691fc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -77,4 +77,4 @@ exec_mysql:
docker exec -it reha-mysql-1 bash
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