[MDEV-29487] mariadb-upgrade does not detect upgraded needed Created: 2022-09-07 Updated: 2022-09-07 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Server, Upgrades |
| Affects Version/s: | 10.6.9 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Oli Sennhauser | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Linux, n.a. |
||
| Issue Links: |
|
||||||||||||
| Description |
|
When we did a MariaDB Galera Cluster upgrade today we first got into this: mariadb-upgrade --user=root When we did a mariadb-upgrade --user=root --force the upgrade utility found about 12 or so tables to upgrade: schema1.table1 This took in total about 1 hour per node! So we completely missed our maintenance time window. When we did a CHECK TABLE ... FOR UPGRADE on a not yet upgraded node it did NOT complain. So it means this change must be introduced either in 10.6.8 or 10.6.9. Reading the release notes it seems more like 10.6.9 Add on: It would be nice to see this in the release notes that we can expect an upgrade of tables... |