From a63aa691fcfd4943e644f67befe8d95017bf2c05 Mon Sep 17 00:00:00 2001 From: bach Date: Mon, 24 Jun 2024 12:58:15 +0200 Subject: [PATCH] fixed make dump_db --- Makefile | 2 +- src | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7966b7c..8cfd010 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/src b/src index d45668f..69d3047 160000 --- a/src +++ b/src @@ -1 +1 @@ -Subproject commit d45668f04226ffaa929a311f0991ede80d5b3d54 +Subproject commit 69d3047cfc92a68de415759f9747f1c6229a5260