Get the most out of your Centmin Mod LEMP stack
Become a Member

MariaDB Upgrading MariaDB to 10.x does nothing

Discussion in 'Install & Upgrades or Pre-Install Questions' started by Daniel J. Lewis, Jul 29, 2015.

  1. Daniel J. Lewis

    Daniel J. Lewis Award-winning podcaster and consultant

    117
    15
    18
    Oct 20, 2014
    Ratings:
    +33
    Local Time:
    11:47 PM
    1.8.0
    5.6
    I updated my source to .08stable > centmin.sh > option 11 > suboption 3. I then receive the message "Place holder for now until MariaDB 10.x is ready to be added."

    Then I run `yum update MariaDB-client MariaDB-common MariaDB-compat MariaDB-devel MariaDB-server MariaDB-shared`, but there's nothing to update.


    MariaDB remains at version 5.5.
     
  2. eva2000

    eva2000 Administrator Staff Member

    55,445
    12,257
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,841
    Local Time:
    1:47 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    doh forgot to add to upgrade.html page the instructions at MariaDB - MariaDB 5.5 to 10 upgrade beta testing | Centmin Mod Community

    Edit /usr/local/src/centminmod/inc/mariadb_submenu.inc file on server and change variable ENABLE_MARIADBTENUPGRADE='n' to ENABLE_MARIADBTENUPGRADE='y'. Run centmin.sh again and now select menu option #11 to open the sub-menu and select sub-menu option #3 to do an upgrade from MariaDB 5.5 to 10

    update: made this a permanent change in 123.08stable branch at update inc/mariadb_submenu.inc · centminmod/centminmod@7b776c0 · GitHub as well.

    You can easily update your 123.08stable install to this latest code by following the centmin.sh menu option 23, submenu option 1 to setup git environment and then centmin.sh menu option 23 submenu option 2 to update your code as outlined at Upgrade Centmin Mod - CentminMod.com LEMP Nginx web stack for CentOS
     
    Last edited: Jul 29, 2015
  3. Daniel J. Lewis

    Daniel J. Lewis Award-winning podcaster and consultant

    117
    15
    18
    Oct 20, 2014
    Ratings:
    +33
    Local Time:
    11:47 PM
    1.8.0
    5.6
    Thanks! I see that you already updated the Git repo, too.
     
  4. eva2000

    eva2000 Administrator Staff Member

    55,445
    12,257
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,841
    Local Time:
    1:47 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    yup sneaking in some updates :)