Discover Centmin Mod today
Register Now

MariaDB Upgrade number

Discussion in 'Feature Requests & Suggestions' started by pamamolf, Jun 13, 2014.

  1. pamamolf

    pamamolf Premium Member Premium Member

    4,074
    427
    83
    May 31, 2014
    Ratings:
    +833
    Local Time:
    12:42 AM
    Nginx-1.25.x
    MariaDB 10.3.x
    Hi

    I have on my server the MariaDB 5.5.37 and i try to update it to the new 5.5.38 and when i select from the main centminmod menu :


    11). MariaDB 5.2, 5.5, 10 Upgrade Sub-Menu

    i got this:

    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

    The first is not for me as i am not using 5.2.x
    The second one not for me as i am already to 5.5.x
    The third one also not for me as i don't want to go to the 10 version

    I am confused on how to update it :(
     
    Last edited: Jun 13, 2014
  2. rdan

    rdan Well-Known Member

    5,443
    1,402
    113
    May 25, 2014
    Ratings:
    +2,194
    Local Time:
    6:42 AM
    Mainline
    10.2
    Just run this on ssh:
    Code:
    yum update --disablerepo=CentALT MariaDB-client MariaDB-common MariaDB-compat MariaDB-devel MariaDB-server MariaDB-shared MariaDB-test
    No need for that menu.
     
  3. pamamolf

    pamamolf Premium Member Premium Member

    4,074
    427
    83
    May 31, 2014
    Ratings:
    +833
    Local Time:
    12:42 AM
    Nginx-1.25.x
    MariaDB 10.3.x
    I thought it was possible to do it from the menu as it is more easy and i do not have to remember the command :(

    I prefer the menu as it was on .06 ...

    I will wait for George to comment on this....

    Thank you
     
  4. dorobo

    dorobo Active Member

    420
    104
    43
    Jun 6, 2014
    Ratings:
    +162
    Local Time:
    6:42 AM
    latest
    latest
    MariaDB upgrades is handled by yum

    just do

    # yum -y update
     
  5. eva2000

    eva2000 Administrator Staff Member

    54,107
    12,179
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,739
    Local Time:
    8:42 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    @pamamolf MariaDB 5.5 upgrades have always been by YUM since 1.2.3 release see http://centminmod.com/mysql.html#mariadb55 ;)

    Only major releases are by menu i.e. MariaDB 5.2 to 5.5 and 5.5 to 10

    and as @dorobo stated just doing yum update is enough :)
     
  6. pamamolf

    pamamolf Premium Member Premium Member

    4,074
    427
    83
    May 31, 2014
    Ratings:
    +833
    Local Time:
    12:42 AM
    Nginx-1.25.x
    MariaDB 10.3.x
    Ok thanks :)