Learn about Centmin Mod LEMP Stack today
Become a Member

MariaDB Any ETA on Maria 11.4 upgrade path

Discussion in 'Nginx, PHP-FPM & MariaDB MySQL' started by Nik, Mar 3, 2025.

  1. Nik

    Nik Member

    95
    6
    8
    Dec 7, 2015
    Ratings:
    +16
    Local Time:
    4:01 AM
    Curious as it has been out for a while if there will be built in centmin support to upgrade to it?

    Your efforts @eva2000 are as always astounding.

     
  2. eva2000

    eva2000 Administrator Staff Member

    54,935
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,812
    Local Time:
    6:01 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Centmin Mod 140.00beta01 development has MariaDB 11.4 plans. Though more work and end users will need to re-learn some things as all the client MySQL command/binary names have now removed alias shortcuts and refer to MariaDB's real binary client names i.e. MySQL = mariadb, mysqldump = mariadb-dump, mysqladmin = mariadb-admin etc

    centmin.sh menu option 11 submenu in 140.00beta01 added MariaDB 10.11 and 11.4 LTS private testing for now. While 131.00stable supports up to MariaDB 10.6 LTS.
    Code (Text):
    --------------------------------------------------------
         MariaDB MySQL Upgrade & Management Sub-Menu     
    --------------------------------------------------------
    0). Regenerate New MySQL Root User Password (local server)
    1). MariaDB 5.2.x Branch Upgrade Only
    2). MariaDB 5.2.x to MariaDB 5.5 YUM upgrade
    3). MariaDB 5.5 to MariaDB 10.x YUM upgrade
    4). MariaDB 5.5 to MariaDB 10.1.x YUM upgrade
    5). MariaDB 10.x to MariaDB 10.1.x YUM upgrade
    6). MariaDB 10.1.x to MariaDB 10.2.x YUM upgrade
    7). MariaDB 10.2.x to MariaDB 10.3.x YUM upgrade
    8). MariaDB 10.3.x to MariaDB 10.4.x YUM upgrade
    9). MariaDB 10.4.x to MariaDB 10.5.x YUM upgrade
    10). MariaDB 10.5.x to MariaDB 10.6.x LTS YUM upgrade
    11). MariaDB 10.6.x to MariaDB 10.11.x YUM upgrade
    12). MariaDB 10.6.x to MariaDB 11.4.x LTS YUM upgrade
    13). MariaDB 10.11.x to MariaDB 11.4.x LTS YUM upgrade
    14). Back to Main menu
    --------------------------------------------------------
    Enter option [ 0 - 14 ]
    


    Examples in place for 140.00beta01 behind the scenes https://github.com/centminmod/centminmod/blob/140.00beta01/inc/core_functions.inc but end users managing MariaDB 11.4 outside of centmin.sh and shell scripts, will need to be aware of the changes. That includes changes to variable names and variable defaults https://community.centminmod.com/th...to-11-4-mysql-variables-change-history.25814/
     
  3. Nik

    Nik Member

    95
    6
    8
    Dec 7, 2015
    Ratings:
    +16
    Local Time:
    4:01 AM

    Looks like some big operational changes. I noticed 10.6 to 11.4 is blocked off still, will you be rolling that out to the Beta crowd soon or still working on it?
     
  4. eva2000

    eva2000 Administrator Staff Member

    54,935
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,812
    Local Time:
    6:01 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    still testing :)