upgrade mariadb
Upgrades the MariaDB version. Attempting to downgrade will result in an error.
We recommend that a backup of the current environment be made prior to the upgrade so that it can be restored after the upgrade.
Example
kusanagi upgrade mariadb --use mariadb10.6
kusanagi upgrade mariadb --use mariadb10.11
Options
MariaDB Version (Required)
--use {mariadb10.6 | mariadb10.11 | mariadb11.4 | mariadb11.8}
Discontinued options
--use mariadb10.3 (unavailable in CentOS Stream 9 and AlmaLinux OS 9)
--use mariadb10.4 (unavailable in CentOS Stream 9 and AlmaLinux OS 9)
--use mariadb10.5 (discontinued as of 10.3.1)
--use mariadb10.7 (discontinued as of 9.4.6)
--use mariadb10.8 (discontinued as of 9.4.6)
--use mariadb10.9 (discontinued as of 9.4.6)
--use mariadb10.10 (discontinued as of 9.4.6)
Specify the MariaDB version to upgrade to. When specified, MariaDB will be upgraded to one of the following.
MariaDB 11.4 can only be upgraded from MariaDB 10.11.
MariaDB 11.8 can only be upgraded from MariaDB 11.4.
- --use mariadb10.6: MariaDB 10.6
- --use mariadb10.11: MariaDB 10.11
- --use mariadb11.4: MariaDB 11.4
- --use mariadb11.8: MariaDB 11.8
- --use mariadb10.3 (unavailable in CentOS Stream 9 and AlmaLinux OS 9): MariaDB 10.3
- --use mariadb10.4 (unavailable in CentOS Stream 9 and AlmaLinux OS 9): MariaDB 10.4
- --use mariadb10.5 (discontinued as of 10.3.1): MariaDB 10.5
- --use mariadb10.7 (discontinued as of 9.4.6): MariaDB 10.7
- --use mariadb10.8 (discontinued as of 9.4.6): MariaDB 10.8
- --use mariadb10.9 (discontinued as of 9.4.6): MariaDB 10.9
- --use mariadb10.10 (discontinued as of 9.4.6): MariaDB 10.10
Note; MariaDB 10.7, MariaDB 10.8, MariaDB 10.9 and MariaDB 10.10 will only be supported for 1 year (short-term support).