Announcement

Collapse
No announcement yet.

MySQL Governor Install Version Conflict

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • MySQL Governor Install Version Conflict

    Hi,

    Im trying to install MySQL Governor on a fresh cPanel VPS and getting the following message:

    Code:
    [root@server ~]# /usr/share/lve/dbgovernor/mysqlgovernor.py  --mysql-version=mysql57
    
    Now set MySQL to type mysql57
    
    [root@server ~]# /usr/share/lve/dbgovernor/mysqlgovernor.py  --install
    
    ...
    
    You are attempting to install a LOWER mysql version (5.7.23) than currently installed one (5.7.24).
    
    This could lead to unpredictable consequences, like fully non working service.
    
    Think twice before proceeding.
    Is there any workaround, or do I need to wait for an updated version of MySQL Governor?

  • #2
    Hello,

    Yes, this is a known issue. We are going to release cl-MySQL 5.7.24 to the stable repo in two weeks.
    As for now, you can install it from beta repo:
    /usr/share/lve/dbgovernor/mysqlgovernor.py --mysql-version=mysql57
    /usr/share/lve/dbgovernor/mysqlgovernor.py --install-beta

    Comment


    • #3
      Im getting this same error running mysql 5.7.25

      Code:
      You are attempting to install a LOWER mysql version (5.7.24) than currently installed one (5.7.25).
      
      This could lead to unpredictable consequences, like fully non working service.
      
      Think twice before proceeding.
      Any suggestions?

      Comment


      • #4
        Hello,

        The latest MySQL version 5.7.25 should be released to the beta repos later today. Please stay tuned to our blog: https://www.cloudlinux.com/cloudlinux-os-blog

        Comment


        • #5
          Same issue here with 5.7.31

          Code:
          You are attempting to install a LOWER mysql version (5.7.30) than currently installed one (5.7.31).
          
          This could lead to unpredictable consequences, like fully non working service.
          
          Think twice before proceeding.
          Any advice, please?

          Comment


          • #6
            > Same issue here with 5.7.31
            >
            >
            Code:
            >
            > You are attempting to install a LOWER mysql version (5.7.30) than currently installed one (5.7.31).
            >
            > This could lead to unpredictable consequences, like fully non working service.
            >
            > Think twice before proceeding.
            >
            >
            >
            > Any advice, please?

            Hello,
            Thank you for reaching out! You can run the installation using the following command and make a backup please before installing:

            Code:
            # /usr/share/lve/dbgovernor/mysqlgovernor.py --mysql-version=mysql57
            
            # /usr/share/lve/dbgovernor/mysqlgovernor.py --install-beta
            This information in our documentation will be useful here https://[https://docs.cloudlinux.com.../#installation
            If this does not help you, please create a ticket here https://cloudlinux.zendesk.com/hc/en-us/requests/new and technical experts will help you asap.
            Thank you for contacting us.](https://docs.cloudlinux.com/cloudlinux_os_components/#installation)

            Comment

            Working...
            X