fix mysql

This commit is contained in:
2022-12-25 15:39:40 +07:00
parent b41f3e6606
commit f9c92cccff
2 changed files with 2 additions and 1 deletions
+2
View File
@@ -14,6 +14,8 @@ password=${DBPASS}
[mysqldump] [mysqldump]
user=${DBUSER} user=${DBUSER}
password=${DBPASS} password=${DBPASS}
column-statistics=0
EOF EOF
chmod 600 ~/.my.cnf chmod 600 ~/.my.cnf
-1
View File
@@ -6,4 +6,3 @@ source .env
docker pull $image docker pull $image
docker run --rm --env-file .env --network dalarmbot_net --name test_backup $image docker run --rm --env-file .env --network dalarmbot_net --name test_backup $image
echo "Backup create and save to ${STORAGE_HOST}/${STORAGE_PATH}"