Skip to content

Commit e122981

Browse files
fix: skip ssl in mysqldump (fixes #155)
1 parent 0bb4659 commit e122981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jobs/backup/run_backup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ mkdir -p "${backups_path}/${backup_dir}"
3434
echo -e '$wgReadOnly = "Automatic backup in progress; access will be restored in a few seconds.";' >>"$settings_file"
3535

3636
# Take a mysql dump
37-
mysqldump --no-tablespaces \
37+
mysqldump --no-tablespaces --skip-ssl \
3838
-h mysql-docker \
3939
-u metakgp_user \
4040
-p"$MYSQL_PASSWORD" \

0 commit comments

Comments
 (0)