fix mysql
This commit is contained in:
@@ -14,6 +14,8 @@ password=${DBPASS}
|
||||
[mysqldump]
|
||||
user=${DBUSER}
|
||||
password=${DBPASS}
|
||||
|
||||
column-statistics=0
|
||||
EOF
|
||||
|
||||
chmod 600 ~/.my.cnf
|
||||
|
||||
@@ -6,4 +6,3 @@ source .env
|
||||
docker pull $image
|
||||
|
||||
docker run --rm --env-file .env --network dalarmbot_net --name test_backup $image
|
||||
echo "Backup create and save to ${STORAGE_HOST}/${STORAGE_PATH}"
|
||||
|
||||
Reference in New Issue
Block a user