mirror of
https://github.com/chevereto/docker.git
synced 2026-05-06 11:45:30 +02:00
skip generated cols
This commit is contained in:
2
Makefile
2
Makefile
@@ -283,7 +283,7 @@ database-backup: feedback--short
|
||||
sh -c 'if command -v mysqldump >/dev/null 2>&1; then \
|
||||
mysqldump -u root -ppassword chevereto; \
|
||||
elif command -v mariadb-dump >/dev/null 2>&1; then \
|
||||
mariadb-dump -u root -ppassword chevereto; \
|
||||
mariadb-dump --skip-generated-columns -u root -ppassword chevereto; \
|
||||
else \
|
||||
echo "No dump tool found in container" >&2; exit 1; \
|
||||
fi' \
|
||||
|
||||
Reference in New Issue
Block a user