fixes missing folder for sql dump

This commit is contained in:
Jean-Christophe Vanhalle
2023-08-18 12:49:21 +02:00
parent 110f8aee3c
commit 27cb4ba4ec

View File

@@ -25,6 +25,7 @@ for volume in ${volumes}; do
tar -cvzf "/destination/${volume}.tar.gz" -C "/${volume}" .
done
mkdir -p "${backup_path}/db"
docker exec "${PREFIX}-db" \
/usr/bin/mysqldump \
-u root \