We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bb4659 commit e122981Copy full SHA for e122981
jobs/backup/run_backup.sh
@@ -34,7 +34,7 @@ mkdir -p "${backups_path}/${backup_dir}"
34
echo -e '$wgReadOnly = "Automatic backup in progress; access will be restored in a few seconds.";' >>"$settings_file"
35
36
# Take a mysql dump
37
-mysqldump --no-tablespaces \
+mysqldump --no-tablespaces --skip-ssl \
38
-h mysql-docker \
39
-u metakgp_user \
40
-p"$MYSQL_PASSWORD" \
0 commit comments