libpq cross-version compatibility v16
EDB OCL installation always uses the latest libpq. When upgrading to a new major release of EDB Postgres Advanced Server, the different scenarios supported under libpq cross-version compatibility are as follows:
- If the latest libpq is installed on the machine, OCL uses it.
- If the latest libpq isn't already installed, OCL installs it. It doesn't use the existing libpq of older versions even if it's installed.
- If you upgrade the OCL version, then libpq is also upgraded to its latest version.
If you're upgrading to a minor release, you need to manually upgrade libpq.
Upgrading libpq for minor releases of EDB Postgres Advanced Server
For minor releases of EDB Postgres Advanced Server, you might need to upgrade libpq to a required version on the client machine where you installed EDB OCL Connector. (Any new libpq version dependencies are listed in the release notes.) If you need to upgrade libpq, run the appropriate command for your operating system.
For Ubuntu/Debian
For RHEL and SLES
Where <package-manager>
is the package manager used with your operating system:
Package manager | Operating system |
---|---|
dnf | RHEL 8/9 and derivatives |
yum | RHEL 7 and derivatives, CentOS 7 |
zypper | SLES |