E.2. Postgres Pro 9.5.19.2

Release date: 2019-10-10

E.2.1. Overview

This release is based on Postgres Pro Standard 9.5.19.1 and provides the following improvement:

  • The expression comparison function has been reworked to fix bugs and improve support in the future.

E.2.2. Migration to Version 9.5.19.2

Depending on your current installation, the upgrade procedure will differ.

If you are running Postgres Pro Standard version 9.5.3.2 or higher, it is enough to install the 9.5.15.1 version into the same directory. However, if you are upgrading from PostgreSQL 9.5.x or lower versions of Postgres Pro Standard, some catalog changes should be applied, so pgpro_upgrade script is required to complete the upgrade:

  • If your database is in the default location, pgpro_upgrade is run automatically, unless you are prompted to run it manually.

  • If you created your database in a non-default location, you must run pgpro_upgrade script manually.

Important

Before launching pgpro_upgrade manually, you must stop the postgres service. The script must be run on behalf of the user owning the database (typically postgres). Running pgpro_upgrade as root will result in an error. For details, see pgpro_upgrade.

To migrate to this version from vanilla PostgreSQL 9.5.4 or lower, perform a dump/restore using pg_dumpall.