You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Situation description:
When I perform a logical backup, the log will output "[ERROR] - Rollback to savepoint failed: SAVEPOINT mydumper does not exist"。
So, does the parameters 'use savepoints' and 'less locking' conflict?
The text was updated successfully, but these errors were encountered:
OS Version: Ubuntu 22.04.3 LTS (GNU/Linux 6.5.0-1022-aws x86_64)
MySQL Version: Oracle MySQL 8.0.28
Mydumper Version:v0.16.5-1
Cmd:
mydumper -h xxx -P 3306 -u xxx -p 'xxx' -o /xxx/
date '+%Y_%m_%d-%H:%M'
--regex '^(?!(mysql.|sys.|performance_schema.))' -c -t 3 -v 3 --use-savepoints --less-locking --rows 100000 -F 512 -G -R -E --views-as-tables -e -L /tmp/logic_backup.logSituation description:
When I perform a logical backup, the log will output "[ERROR] - Rollback to savepoint failed: SAVEPOINT mydumper does not exist"。
So, does the parameters 'use savepoints' and 'less locking' conflict?
The text was updated successfully, but these errors were encountered: