[MDEV-19989] Implement upgrade checker utility Created: 2019-07-08 Updated: 2023-06-09 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Scripts & Clients, Server |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Geoff Montee (Inactive) | Assignee: | Ralf Gebhardt |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
The MySQL Shell utility has a contains am "Upgrade Checker Utility" starting with MySQL 8.0.13:
https://dev.mysql.com/doc/mysql-shell/8.0/en/mysql-shell-utilities-upgrade.html Some users would like MariaDB to also have an upgrade checker utility that could determine whether an existing MariaDB or MySQL server is compatible with an upgrade to a specific MariaDB version. |
| Comments |
| Comment by Sergei Golubchik [ 2019-07-09 ] |
|
We don't have mysqlsh, but this is something that could be done as mysql_uprade --dry-run, albeit less verbosely. with the current implementation, mysql_uprade --dry-run might be quite difficult to add, but from the user point of view it'd be a very reasonable and easy feature |
| Comment by Geoff Montee (Inactive) [ 2019-07-09 ] |
|
mysql_upgrade --dry-run sounds pretty intuitive. Are there plans to get rid of mysql_upgrade in the future (i.e. such as by implementing MDEV-9394)? |
| Comment by Daniel Black [ 2022-05-05 ] |
|
|