Is there a way to specify in the /root/cpanel_profile/cpanel.config file : install MariaDB10.1 instead of MySQL 5.6?
I know there was an option in cpanel.config for: mysql-version and you could do it there but that has been deprecated in favor updating /var/cpanel/rpm.versions.d/local.versions with that information.
I know, from the CLI, you could do
and that would upgrade SQL from my default to MariaDB 10.1 but I'm trying to avoid the extra step.
Question: does the /var/cpanel/rpm.versions.d/local.versions file get read in before cpanel install?
Endgame: I would love to specify which version of a SQL server I am installing by default - during cpanel install. How?
I know there was an option in cpanel.config for: mysql-version and you could do it there but that has been deprecated in favor updating /var/cpanel/rpm.versions.d/local.versions with that information.
I know, from the CLI, you could do
Code:
whmapi1 start_background_mysql_upgrade version=10.1
Question: does the /var/cpanel/rpm.versions.d/local.versions file get read in before cpanel install?
Endgame: I would love to specify which version of a SQL server I am installing by default - during cpanel install. How?