Skip to content
logo
Percona Product Documentation
Percona Software Installation
Initializing search
    /percona/repo-config-docs
    /percona/repo-config-docs
    • Percona Software Repositories Documentation
    • Installation and update
      • Percona Software Installation
      • Updating percona-release to the latest version
    • Usage
      • Configuring Percona Repositories with `percona-release`
      • Repository locations
    • Reference
      • Trademark Policy

    Percona Software Installation¶

    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: 2022-12-27
    Back to top
    Previous Installation and update
    Next Updating percona-release to the latest version
    Percona LLC, © 2022
    Made with Material for MkDocs