Skip to content
logo
Percona Product Documentation
Install percona-release
/percona/repo-config-docs
/percona/repo-config-docs
  • Home
    • Install percona-release
    • Update percona-release to the latest version
  • Configure Percona repositories
    • Components
    • MySQL software repositories
    • MongoDB software repositories
    • PostgreSQL software repositories
    • Percona tools repositories
  • Copyright and licensing information
  • Trademark policy

Install percona-release¶

We recommend to install Percona software using the corresponding package manager for your system:

  • apt for Debian and Ubuntu Linux
  • yum for Red Hat Enterprise Linux and compatible derivatives (including CentOS, Oracle Linux, Amazon Linux AMI, etc.)

Find information about supported platforms on the Percona Release Lifecycle Overview.

If you are running a DEB-based distribution, such as Debian or Ubuntu Linux, use the apt package manager to install the percona-release official package:

  1. Install the curl download utility if it’s not installed already:

    $ sudo apt update
    $ sudo apt install curl 
    
  2. Download the percona-release repository package:

    $ curl -O https://repo.percona.com/apt/percona-release_latest.generic_all.deb
    
  3. Install the downloaded repository package and its dependencies using apt:

    $ sudo apt install gnupg2 lsb-release ./percona-release_latest.generic_all.deb
    
  4. Refresh the local cache to update the package information:

    $ sudo apt update
    
  5. After installation, the Percona software repositories are available. You can check the repository setup for the Percona original release list in the /etc/apt/sources.list.d/percona-original-release.list file.

    Note

    If you have enabled another repository, the file name will be different.

If you are running an RPM-based Linux distribution, such as Red Hat Enterprise Linux or compatible derivatives, use the yum package manager to install percona-release.

Run the following command as the root user or with sudo:

$ sudo yum install -y https://repo.percona.com/yum/percona-release-latest.noarch.rpm

Next steps: use the percona-release command to setup the repository that contains the Percona product that you intend to install:

$ sudo percona-release setup <PRODUCT>
See Configuring Percona Repositories with percona-release for additional information.

Next, use the operating system’s package management tool to install the desired product package.

  • Percona Distribution for MongoDB
  • Percona Distribution for MySQL
  • Percona Distribution for PostgreSQL
  • Percona Server for MySQL
  • Percona Server for MongoDB
  • Percona XtraBackup
  • Percona XtraDB Cluster
  • Percona Distribution for MongoDB
  • Percona Distribution for MySQL
  • Percona Distribution for PostgreSQL
  • Percona Server for MySQL
  • Percona Server for MongoDB
  • Percona XtraBackup
  • Percona XtraDB Cluster

Contact Us

For free technical help, visit the Percona Community Forum.

To report bugs or submit feature requests, open a JIRA ticket.

For paid support and managed or consulting services , contact Percona Sales.


Last update: September 26, 2023
Created: September 26, 2023
Percona LLC, © 2023
Made with Material for MkDocs

Cookie consent

We use cookies to recognize your repeated visits and preferences, as well as to measure the effectiveness of our documentation and whether users find what they're searching for. With your consent, you're helping us to make our documentation better. Read more about Percona Cookie Policy.