Skip to content

Backup failed on Percona XtraDB Cluster #439

@ZetaMap

Description

@ZetaMap

Image

The Percona Cluster, by default, deny the use of explicit table locking.
See: https://docs.percona.com/percona-xtradb-cluster/8.4/strict-mode.html

Workaroud is to set the global variable pxc_strict_mode to PERMISSIVE (SET GLOBAL pxc_strict_mode=PERMISSIVE;) or to start the server with the --pxc-strict-mode=PERMISSIVE argument.

But the best solution remains to use the solution provided by percona; locking the tables for backup (LOCK TABLES FOR BACKUP), see: https://docs.percona.com/percona-server/8.4/backup-locks.html

Is it possible or not to have a dump adaptation between mysql variants? Or a check specific to percona servers?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions