Skip to content

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
    

Get expert help

If you need assistance, visit the community forum for comprehensive and free database knowledge, or contact our Percona Database Experts for professional support and services.


Last update: 2024-03-22