Done
Details
Assignee
patrick.birchpatrick.birchReporter
Przemyslaw MalkowskiPrzemyslaw MalkowskiComponents
Fix versions
Affects versions
Priority
Medium
Details
Details
Assignee
patrick.birch
patrick.birchReporter
Przemyslaw Malkowski
Przemyslaw MalkowskiComponents
Fix versions
Affects versions
Priority
Smart Checklist
Smart Checklist
Smart Checklist
Created August 15, 2022 at 10:52 AM
Updated March 6, 2024 at 8:53 PM
Resolved January 30, 2023 at 7:21 PM
The pxc_strict_mode, among other validations, checks the protocol version against the server major version and protects the cluster against writes attempted on already upgraded nodes. A typical message in such a situation would look like this:
mysql > delete from sbtest.sbtest1 limit 1; ERROR 1105 (HY000): Percona-XtraDB-Cluster prohibits use of multiple major versions while accepting write workload with pxc_strict_mode = ENFORCING or MASTER
This documentation page should be updated with that particular validation:
https://www.percona.com/doc/percona-xtradb-cluster/LATEST/features/pxc-strict-mode.html