For Windows, see Upgrading MariaDB on Windows instead.
For MariaDB Galera Cluster, see Upgrading from MariaDB 10.3 to MariaDB 10.4 with Galera Cluster instead.
Before you upgrade, it would be best to take a backup of your database. This is always a good idea to do before an upgrade. We would recommend Mariabackup.
The suggested upgrade procedure is:
sudo apt-get remove mariadb-server
sudo yum remove MariaDB-server
sudo zypper remove MariaDB-server
my.cnf
. This includes removing any options that are no longer supported. mysql_upgrade
. mysql_upgrade
does two things: mysql
database are fully compatible with the new version. On most servers upgrading from 10.3 should be painless. However, there are some things that have changed which could affect an upgrade:
Option | Old default value | New default value |
---|---|---|
slave_transaction_retry_errors | 1213,1205 | 1158,1159,1160,1161,1205,1213,1429,2013,12701 |
wsrep_debug | OFF | NONE |
wsrep_load_data_splitting | ON | OFF |
The following options should be removed or renamed if you use them in your option files:
Option | Reason |
---|
You might consider using the following major new features in MariaDB 10.4:
© 2019 MariaDB
Licensed under the Creative Commons Attribution 3.0 Unported License and the GNU Free Documentation License.
https://mariadb.com/kb/en/upgrading-from-mariadb-103-to-mariadb-104/