[MDEV-21411] Provide a way to upgrade embedded server database Created: 2020-01-01 Updated: 2020-09-13 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Embedded Server |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | June Wallace | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
When using standalone server and upgrading to a new version, mysql_upgrade can be run to upgrade the database. Please provide a way to upgrade the database via CLI or C API. |
| Comments |
| Comment by Sergei Golubchik [ 2020-01-28 ] |
|
you can install the server locally from a tarball (just unpack the tarball somewhere), start the server with the --datadir that you need, and then run mysql_upgrade. |