Skip to content
logo
Percona Product Documentation
Minor Upgrade of Percona Distribution for PostgreSQL
Initializing search
    percona/postgresql-docs
    percona/postgresql-docs
    • Percona Distribution for PostgreSQL 11 Documentation
    • Installation and Upgrade
      • Installing Percona Distribution for PostgreSQL
      • Migrate from PostgreSQL to Percona Distribution for PostgreSQL
      • Minor Upgrade of Percona Distribution for PostgreSQL
      • pg_stat_monitor
      • High availability
        • Deploying on Debian or Ubuntu
        • Deploying on RHEL or CentOS
        • Testing the Patroni PostgreSQL Cluster
      • Backup and disaster recovery
        • Deploying backup and disaster recovery solution in Percona Distribution for PostgreSQL
      • LDAP authentication
    • Uninstall
    • Release Notes
      • Percona Distribution for PostgreSQL 11.16 (2022-06-07)
      • Percona Distribution for PostgreSQL 11.15 Second Update (2022-05-05)
      • Percona Distribution for PostgreSQL 11.15 Update (2022-04-14)
      • Percona Distribution for PostgreSQL 11.15 (2022-04-08)
      • Percona Distribution for PostgreSQL 11.14 (2021-12-20)
      • Percona Distribution for PostgreSQL 11.13 Update (2021-12-07)
      • Percona Distribution for PostgreSQL 11.13 (2021-09-09)
      • Percona Distribution for PostgreSQL 11.12 Third Update (2021-07-15)
      • Percona Distribution for PostgreSQL 11.12 Second Update (2021-07-01)
      • Percona Distribution for PostgreSQL 11.12 Update (2021-06-10)
      • Percona Distribution for PostgreSQL 11.12 (2021-05-24)
      • Percona Distribution for PostgreSQL 11.11 Third Update (2021-06-10)
      • Percona Distribution for PostgreSQL 11.11 Second Update (2021-05-10)
      • Percona Distribution for PostgreSQL 11.11 Update (2021-04-12)
      • Percona Distribution for PostgreSQL 11.11 (2021-03-08)
      • Percona Distribution for PostgreSQL 11.10 Update (2021-06-10)
      • Percona Distribution for PostgreSQL 11.10 (2020-12-15)
      • Percona Distribution for PostgreSQL 11.9
      • Percona Distribution for PostgreSQL 11.8
      • Percona Distribution for PostgreSQL 11.7
      • Percona Distribution for PostgreSQL 11.6
      • Percona Distribution for PostgreSQL 11
      • Percona Distribution for PostgreSQL 11 (Beta) (2019-05-15)
    • Licensing

    Minor Upgrade of Percona Distribution for PostgreSQL¶

    Minor releases of PostgreSQL include bug fixes and feature enhancements. We recommend that you keep your Percona Distribution for PostgreSQL updated to the latest minor version.

    Though minor upgrades do not change the behavior, we recommend you to back up your data first, in order to be on the safe side.

    Minor upgrade of Percona Distribution for PostgreSQL includes the following steps:

    1. Stopping the postgresql cluster;

    2. Installing new version packages;

    3. Restarting the postgresql cluster.

    Note

    These steps apply if you installed Percona Distribution for PostgreSQL from the Major Release repository. In this case, you are always upgraded to the latest available release.

    If you installed Percona Distribution for PostgreSQL from the Minor Release repository, you will need to enable a new version repository to upgrade.

    For more information about Percona repositories, refer to Installing Percona Distribution for PostgreSQL.

    Before the upgrade, update the percona-release utility to the latest version. This is required to install the new version packages of Percona Distribution for PostgreSQL. Refer to Percona Software Repositories Documentation for update instructions.

    Important

    Run all commands as root or via sudo.

    1. Stop the postgresql service.

      $ sudo systemctl stop postgresql.service
      
      $ sudo systemctl stop postgresql-11
      
    2. Install new version packages. See Installing Percona Distribution for PostgreSQL.

    3. Restart the postgresql service.

      $ sudo systemctl start postgresql.service
      
      $ sudo systemctl start postgresql-11
      

    If you wish to upgrade Percona Distribution for PostgreSQL to the major version, refer to Upgrading Percona Distribution for PostgreSQL from 11 to 12.

    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-04-26
    Back to top
    Previous Migrate from PostgreSQL to Percona Distribution for PostgreSQL
    Next pg_stat_monitor
    Percona LLC, © 2022
    Made with Material for MkDocs