xtrabackup

This commit is contained in:
2023-12-14 19:18:18 +03:00
parent 13fc0233b8
commit 36d43b7494
2 changed files with 139 additions and 0 deletions

View File

@@ -42,6 +42,9 @@ mysqlparams=" --all-databases \
--add-drop-database \
--add-drop-table \
--add-drop-trigger \
--disable-keys \
--lock-tables \
--set-charset \
--triggers \
--add-locks \
--create-options \
@@ -59,6 +62,7 @@ mysqlparams=" --all-databases \
--order-by-primary \
--apply-replica-statements \
--dump-date \
--max-allowed-packet=512MB \
--ignore-table=mysql.slow_log \
--log-error=/tmp/mysqldump.log" ;