[MDEV-29486] mariadb-upgrade does not upgrade Created: 2022-09-07 Updated: 2023-02-17 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Upgrades |
| Affects Version/s: | 10.5, 10.6 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Oli Sennhauser | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | beginner-friendly | ||
| Environment: |
Linux, n.a. |
||
| Issue Links: |
|
||||||||||||
| Description |
|
The Utility mariadb_upgrade does NOT upgrade but prints message: mariadb-upgrade --user=root This by itself is not a real problem and can be solved by --force. But we have cases were it is NOT true!!! 10.4.13 still works OK 10.5.17 ff does NOT so it must be introduced in 10.5 See also next bug. |
| Comments |
| Comment by Robin Newhouse [ 2023-02-17 ] |
|
Thanks for opening this ticket Oli. I will start taking a look at this.
Do you mean cases where --force does not run mysql_upgrade successfully? Can you specify where this would be not true? |
| Comment by Oli Sennhauser [ 2023-02-17 ] |
|
I meant: The message "there is no need to run mysql_upgade again" is NOT true. We had some cases where a forced mysql_upgrade was taking nearly an hour (zillions of tables)! So in my opinion it should behave something like this: if server_version == dd_version |