Join the community today
Register Now

Beta Branch enable MariaDB 10.4 default in 130.00beta01

Discussion in 'Centmin Mod Github Commits' started by eva2000, Jul 20, 2023.

  1. eva2000

    eva2000 Administrator Staff Member

    58,905
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    4:07 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    enable MariaDB 10.4 default in 130.00beta01

    - for Centmin Mod 130.00beta01, change MariaDB MySQL default version from MariaDB 10.3 to 10.4 due to 10.3 EOL https://community.centminmod.com/threads/official-mariadb-10-3-yum-repo-eol-may-25-2023.23756/
    - for existing Centmin Mod 130.00beta01 users, then can run centmin.sh menu option 11 to upgrade from MariaDB 10.3 to 10.4 as outlined at https://community.centminmod.com/threads/mariadb-10-1-upgrades-to-mariadb-10-2-10-3-and-10-4.17793/

    Continue reading...

    130.00beta01 branch

    Support Centmin Mod


    If you find Centmin Mod useful, please help support Centmin Mod

     
  2. pamamolf

    pamamolf Well-Known Member

    4,125
    429
    83
    May 31, 2014
    Ratings:
    +841
    Local Time:
    9:07 PM
    Nginx-1.29.x
    MariaDB 10.6.x
    Hi :)

    I would like to ask about old servers that using EOL already like 10.1, i think that upgrading to 10.2 and then go to 10.3 the repo (10.2) is not working as it is EOL....

    Is there a backup or something by you that will be able to get the update and be able to proceed ?

    Thanks
     
  3. brijendrasial

    brijendrasial Active Member

    214
    155
    43
    Mar 21, 2018
    Ratings:
    +237
    Local Time:
    11:37 PM
    1.13.9
    10.0.22-MariaDB
  4. pamamolf

    pamamolf Well-Known Member

    4,125
    429
    83
    May 31, 2014
    Ratings:
    +841
    Local Time:
    9:07 PM
    Nginx-1.29.x
    MariaDB 10.6.x
    Great thank you !!!

    I will wait for @eva2000 to reply for an official Centminmod solution maybe as i prefer to not do many things outside of Centminmod :)
     
  5. eva2000

    eva2000 Administrator Staff Member

    58,905
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    4:07 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    MariaDB 10.1 and 10.2 EOL moved their YUM repo urls to archive.mariadb.org so that guide AFAIK won't work now as url has changed to archive.mariadb.org.

    Centmin Mod should already be updated to use archive repo url on CentOS 7 for archive.mariadb.org for MariaDB 10.1 and 10.2 to facilitate centmin.sh menu option 11 stepped upgrades from 10.1 to 10.2 to 10.3 to 10.4 :) Just ensure you're on latest Centmin Mod 130.00beta01 and run cmupdate before running centmin.sh menu option 11 submenu options
     
  6. brijendrasial

    brijendrasial Active Member

    214
    155
    43
    Mar 21, 2018
    Ratings:
    +237
    Local Time:
    11:37 PM
    1.13.9
    10.0.22-MariaDB
    Well @eva2000 the repo works very well and I use it to upgrade it, though this is my blog only :)
     
  7. eva2000

    eva2000 Administrator Staff Member

    58,905
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    4:07 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    Ah indeed, at MariaDB - MariaDB is different from previous REPO URL :)
     
  8. buik

    buik “The best traveler is one without a camera.”

    2,044
    527
    113
    Apr 29, 2016
    Flanders
    Ratings:
    +1,691
    Local Time:
    8:07 PM
    Think it is a good idea to default MariaDB 10.3 on EL7.
    MariaDB 10.3 is supported via rhscl until the end of life on EL7.

    Given that 10.3 is default on CMM EL8.
    It seems like a good idea to synchronize this.
    Because EL7 doesn't have very long to go (non extended contract).

    The support time on Red Hat's MariaDB EL8 to 2029 and the
    (too many) changing features as of 10.4, also absolutely does not work in favor of 10.4.

    Feedback - Switching to EL8 AppStream module MariaDB 10.3 Testing | Centmin Mod Community Support Forums

    MariaDB - Official MariaDB 10.3 YUM repo EOL May 25, 2023 | Centmin Mod Community Support Forums

     
    Last edited: Jul 25, 2023
  9. eva2000

    eva2000 Administrator Staff Member

    58,905
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    4:07 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    I chose MariaDB 10.4 official YUM repo as it essentially ends same time as CentOS 7 in May 2024 so by then folks would either migrate to EL8 OS with MariaDB 10.4 and then update to MariaDB 10.6 or migrate to EL9 OS with MariaDB 10.6. Right now EL7/EL8 both default to MariaDB 10.4 for 130.00beta01. Centmin Mod 124.00stable still defaults to MariaDB 10.3 right now but plan to later switch to MariaDB 10.4 defaults. I haven't looked at RHSCL for MariaDB 10.3 though. Not sure how much effort I'd want to put into CentOS 7 given it's EOL next year.

    EL8 folks on AlmaLinux 8, Rocky Linux 8 etc can still manually choose MariaDB 10.3 default via Appstream for support until May 2029 by setting up persistent config file /etc/centminmod/custom_config.in set variables BEFORE initial install https://community.centminmod.com/threads/official-mariadb-10-3-yum-repo-eol-may-25-2023.23756/

    Code (Text):
    MARIADB_INSTALLTENTHREE='y'
    MARIADB_INSTALLTENFOUR='n'
    MARIADB_INSTALLTENFIVE='n'
    MARIADB_INSTALLTENSIX='n'