Skip to content

For help, click the link below to get free database assistance or contact our experts for personalized support.

Downgrade from Percona Server for MySQL Pro

If you want to downgrade from Percona Server for MySQL Pro to the same version of Percona Server for MySQL, do the following:

Note

In Percona Server for MySQL Pro 8.0.35-27, the downgrade from percona-mysql-router-pro to percona-mysql-router is not supported for Ubuntu 22.04.

  1. Set up the Percona Server for MySQL 8.0 repository

    $ sudo percona-release setup ps80
    
  2. Stop the mysql server.

    $ sudo systemctl stop mysql
    
  3. Install the server package

    $ sudo apt install percona-server-server
    

    Install other required packages. Check files in the DEB package built for Percona Server for MySQL 8.0.

  4. Start the mysql server

    $ sudo systemctl start mysql
    

Note

On Debian 12, if you want to remove the Percona Server for MySQL after the downgrade, you must stop the server manually. This behavior will be fixed in future releases.

$ sudo systemctl stop mysql
  1. Set up the Percona Server for MySQL 8.0 repository

    $ sudo percona-release setup ps80
    
  2. Stop the mysql server.

    $ sudo systemctl stop mysql
    
  3. Install the server package

    $ sudo yum --allowerasing install percona-server-server
    

    Install other required packages. Check files in the RPM package built for Percona Server for MySQL 8.0.

  4. Start the mysql server

    $ sudo systemctl start mysql
    

Last update: 2024-03-22