(Important) Verifying your MariaDB version
For its historical database, Turbonomic supports long-term maintenance stable series of MariaDB (the minimum supported version is 10.6) and MySQL 8.0.x. This support includes comprehensive testing and quality control for Turbonomic usage.
If you are running Turbonomic installed as a VM image (OVA or VHD), and using the database that is included in that image installation, then you must use version 10.6.19. If you are updating your version of Turbonomic (instead of installing it for the first time), ensure that you are using the correct version of MariaDB with your installation.
It is a requirement that you run MariaDB version 10.6.19 or later. Turbonomic can operate with other versions of MariaDB; however, it is fully tested to operate with MariaDB version 10.6.19.
-
For VM image installations, it is possible to configure the installation to use a remote database (external to the VM). See Configuring a Remote Database
-
For installations on a Kubernetes cluster (not deployed as a Turbonomic VM image), you can find a download package at:
https://archive.mariadb.org/mariadb-10.6.19/yum/rhel9-amd64
.
Checking your MariaDB version
Check the version of MariaDB running on your Turbonomic OVA.
-
Open an SSH terminal session to your Turbonomic instance.
Log in with the System Administrator that you set up when you installed Turbonomic:
-
Username:
turbo
-
Password:
[your_private_password]
-
-
Check the MariaDB version.
mysql -V
The output is similar to the following example:
mysql Ver 15.1 Distrib 10.6.19-MariaDB, for Linux (x86_64) using readline 5.1
If the version is earlier than 10.6.19-MariaDB
, then
you must update your database.
If your version is equal to or greater than 10.6.19-MariaDB
you do not need to update your MariaDB.
Updating your MariaDB
If you are using Turbonomic installed as a VM image, and you are using the default MariaDB that was installed with that image, you must run MariaDB version 10.6.19.
To update your MariaDB, you must first complete the Turbonomic upgrade process, then run the script to update the MariaDB database. For more information, see Updating Turbonomic to a New Version. The instructions for both online and offline Turbonomic updates include steps to verify and, if necessary, update your MariaDB version.
The Turbonomic update script updates the necessary MariaDB update scripts so it must be run before you update your MariaDB version.