Welcome to Centmin Mod Community
Become a Member

MariaDB Upgraded Mariadb 10.5 issues

Discussion in 'Install & Upgrades or Pre-Install Questions' started by mknobbe, Sep 17, 2025.

  1. mknobbe

    mknobbe New Member

    16
    3
    3
    Jul 12, 2022
    Ratings:
    +13
    Local Time:
    10:13 AM
    Nginx 1.31.0
    Maria DB 11.4.x
    Had a hell of a time getting from MariaDB 10.4 to 10.5 for Centos 7 via the centminmod script because 10.5 only lives on archive.mariadb.org instead of yum.mariadb.org. Everytime i'd run it and bomb mysql like above though at least I was able to restore from backup after each bomb.

    Had to modify mariadb_upgrade105.inc for my flavor

    *removed my edit as this was resolved as below

    At this point if you go from 10.5 to 10.6, it will still work until they archive 10.6.
    Hopes this helps someone else!

     
    Last edited: Sep 18, 2025
  2. eva2000

    eva2000 Administrator Staff Member

    58,904
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    1:13 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    what version of Centmin Mod are you using as it should be updated to intentionally use archive MariaDB urls for YUM for MariaDB 10.4 and 10.5. Are you saying the archive MariaDB urls not working for you?

    There should be a upgrade log you can share (after santizing it for any private details) that you can find in /root/centminlogs directory
    Code (Text):
    ls -lah /root/centminlogs/ | grep 'mariadb_10-4-to-10-5_upgrade.log'
     
  3. eva2000

    eva2000 Administrator Staff Member

    58,904
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    1:13 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    Ah seems MariaDB 10.5 upgrade routine has bugs, updated with fix in 131.00stable, 132.00stable, 140.00beta01, so if you are on these versions, run cmupdate to get this update. If not on these Centmin Mod versions, update to them using either
    Code (Text):
    cmupdate update-stable

    or
    Code (Text):
    cmupdate update-beta
     
  4. mknobbe

    mknobbe New Member

    16
    3
    3
    Jul 12, 2022
    Ratings:
    +13
    Local Time:
    10:13 AM
    Nginx 1.31.0
    Maria DB 11.4.x
    It looks like you found the issue. Given I've already updated to 10.6, I'm unable to test. It was fun running cmupdate and seeing the update to mariadb_upgrade105.inc before reading your response as I knew that you'd addressed the issue.
     
  5. eva2000

    eva2000 Administrator Staff Member

    58,904
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    1:13 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    Thanks for the feedback and help ironing out a bug :D