Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions roles/mariadb_server/templates/usr/local/bin/mariadb-dump.j2
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# https://www.linuxfabrik.ch/
# License: The Unlicense, see LICENSE file.

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


# no `set -e` because we change some things at the beginning of the script
Expand Down Expand Up @@ -70,7 +70,7 @@ mydumper_params+="--routines "
mydumper_params+="--threads=$THREADS "
mydumper_params+="--triggers "
mydumper_params+="--trx-tables=0 "
mydumper_params+="--verbose 3 "
mydumper_params+="--verbose=3 "
mydumper_params+="$RAW "

# run mydumper
Expand Down