MariaDB 10.11 not available in CustomBuild on AlmaLinux 9.8

kapaweb

Verified User
Joined
Apr 22, 2021
Messages
28
Hello,

I have just installed a new server with:

  • AlmaLinux 9.8
  • DirectAdmin 1.706
  • CustomBuild 2.0.0
  • MariaDB 10.6.27
I need to upgrade Moodle to version 5.2, which requires MariaDB 10.11 or newer.

However, CustomBuild only shows MariaDB versions up to 10.6:

[root@server ~]# da build opt_help full | grep -A5 -B2 -E '^mysql=|mysql_inst'<br><br>mysql: 8.0. Current value: 8.0. Default value: 8.0. Description: MySQL version.<br>mariadb: 10.4, 10.5, 10.6. Current value: 10.6. Default value: 10.6. Description: MariaDB version.<br>mysql_inst: mysql, mariadb, no. Current value: mariadb. Default value: mariadb. Description: Enables management of MySQL/MariaDB using CustomBuild.<br>mysql_backup: yes, no. Current value: yes. Default value: yes. Description: Backups MySQL databases before the installation of MySQL/MariaDB server.<br>mysql_backup_gzip: yes, no. Current value: no. Default value: no. Description: Compress MySQL database backups.<br>mysql_backup_dir: userinput. Current value: /usr/local/directadmin/custombuild/mysql_backups. Default value: /usr/local/directadmin/custombuild/mysql_backups. Description: Sets full path for mysql_backup option were MySQL backups should be placed.<br>mysql_force_compile: yes, no. Current value: no. Default value: no. Description: Force compilation of MySQL/MariaDB instead of using system packages (RPM, DEB)
DirectAdmin and CustomBuild are already up to date:
DirectAdmin 1.706
CustomBuild 2.0.0


When I run:

da build set mariadb 10.11
CustomBuild reports that 10.11 is not a valid value.

I understand that DirectAdmin generally supports MariaDB 10.11, so I am trying to understand why it is not available on this installation.

Is MariaDB 10.11 currently unsupported on AlmaLinux 9.8 through CustomBuild, or is there an additional configuration, repository, channel, or license setting that I need to enable?

What is the recommended and supported way to upgrade this server from MariaDB 10.6 to MariaDB 10.11 without breaking DirectAdmin package management?

Thank you.
 
Back
Top