Upgrading EDB Pgpool-II extensions v4

The following sections outline the minor version upgrade process for EDB Pgpool-II extensions (for example, upgrading from 4.2.5 to 4.2.6).

4.3 is a major release. For more details on migrating from earlier versions to version 4.3, see the Migration Section.

When upgrading, assume the identity of the root user and invoke the following command:

On RHEL/CentOS 7:

yum upgrade edb-pgpool<xx>

where <xx> is the EDB Pgpool-II version you want to upgrade. For example, to upgrade from EDB Pgpool-II 4.2.5 to 4.2.6, execute the following command:

yum upgrade edb-pgpool42

On RHEL/Rocky Linux/AlmaLinux 8:

dnf upgrade edb-pgpool<xx>

On Debian/Ubuntu:

apt-get upgrade edb-pgpool<xx>

On SLES 12:

zypper upgrade edb-pgpool<xx>

Upgrading EDB Pgpool-II extensions

The following section outlines the EDB Pgpool-II extensions upgrade process.

To upgrade from older versions of EDB Pgpool-II extensions to the latest version, assume superuser privileges and execute the following command:

On RHEL/CentOS 7:

yum upgrade edb-as<xx>-pgpool<yy>-extensions

Where <xx> is the EDB Postgres Advanced Server version, and <yy> is the EDB Pgpool-II extension version.

Note

Only minor version upgrade is supported (for example, you can upgrade from 3.6.20 to 3.6.21 extension, but not 3.7.14).

On RHEL/Rocky Linux/AlmaLinux 8:

dnf upgrade edb-as<xx>-pgpool<yy>-extensions

On Debian/Ubuntu:

apt-get upgrade edb-as<xx>-pgpool<yy>-extensions

On SLES 12:

zypper upgrade edb-as<xx>-pgpool<yy>-extensions