Skip to main content

Unable to Upgrade from MariaDB 10.3 to 10.5

Comments

5 comments

  • Sujoy Dhar
    I have followed this :
    1
  • andrew.n
    @cPRex for visibility here. How did you try to upgrade it exactly? from WHM or via command line?
    0
  • cPRex Jurassic Moderator
    After checking the ticket, it looks like the client had some additional MySQL tools that were not compatible with the update. These were Galera and mytop. After removing those, the update worked well and the client confirmed things were working normally.
    0
  • Sujoy Dhar
    So let me complete this : Before upgrading make sure you do run the below command first : [QUOTE]mv /usr/local/bin/mytop{,.Disabled}
    [QUOTE]yum remove galera
    Check is the versionlock is clear or not ? [QUOTE]# yum versionlock list ... 0:MariaDB-server-10.3.36-1.el7.centos.* 0:MariaDB-shared-10.3.36-1.el7.centos.* 0:MariaDB-devel-10.3.36-1.el7.centos.* 0:MariaDB-common-10.3.36-1.el7.centos.* 0:MariaDB-compat-10.3.36-1.el7.centos.* 0:MariaDB-client-10.3.36-1.el7.centos.* versionlock status done
    In my case it was lock and Full database was Down so unable to understand what could be done . Then another Support " Donell Cox " run the below command : [QUOTE]yum versionlock clear
    Then the Database server gone up and I have Resumed the upgrade and it worked.
    0
  • kodeslogic
    @Sujoy Dhar Thank you for sharing the details with the community.
    0

Please sign in to leave a comment.