Join the community today
Become a Member

MariaDB Upgrade number

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

  1. pamamolf

    pamamolf Well-Known Member

    4,101
    428
    83
    May 31, 2014
    Ratings:
    +837
    Local Time:
    9:53 PM
    Nginx-1.26.x
    MariaDB 10.6.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,451
    1,412
    113
    May 25, 2014
    Ratings:
    +2,206
    Local Time:
    2:53 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 Well-Known Member

    4,101
    428
    83
    May 31, 2014
    Ratings:
    +837
    Local Time:
    9:53 PM
    Nginx-1.26.x
    MariaDB 10.6.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:
    2:53 AM
    latest
    latest
    MariaDB upgrades is handled by yum

    just do

    # yum -y update
     
  5. eva2000

    eva2000 Administrator Staff Member

    55,335
    12,255
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,835
    Local Time:
    4:53 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 Well-Known Member

    4,101
    428
    83
    May 31, 2014
    Ratings:
    +837
    Local Time:
    9:53 PM
    Nginx-1.26.x
    MariaDB 10.6.x
    Ok thanks :)