Skip to content

Commit ff382f1

Browse files
jihan-lfNavidSassan
authored andcommitted
fix(roles/mariadb-server): parameter handling
fix(roles/mariadb-server): parameter handling fix(roles/mariadb-server): update deprecated param --trx-tables is enabled by default since 2026-05-18 but since mydumper v0.20.2-1 no-trx-tables replaces trx-tables=0; commit hash is 38d300e8
1 parent aaf5d60 commit ff382f1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

roles/mariadb_server/templates/usr/local/bin/mariadb-dump.j2

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
# https://www.linuxfabrik.ch/
66
# License: The Unlicense, see LICENSE file.
77

8-
# This file is managed by Ansible - do not edit
9-
# 2025092401
8+
# {{ ansible_managed }}
9+
# 2026022701
1010

1111

1212
# no `set -e` because we change some things at the beginning of the script
@@ -70,7 +70,7 @@ mydumper_params+="--routines "
7070
mydumper_params+="--threads=$THREADS "
7171
mydumper_params+="--triggers "
7272
mydumper_params+="--trx-tables=0 "
73-
mydumper_params+="--verbose 3 "
73+
mydumper_params+="--verbose=3 "
7474
mydumper_params+="$RAW "
7575

7676
# run mydumper

0 commit comments

Comments
 (0)