E.25. Postgres Pro Standard 9.6.4.1

Release date: 2017-08-14

E.25.1. Overview

This release is based on Postgres Pro Standard 9.6.3.3 and PostgreSQL 9.6.4.

Major enhancements over Postgres Pro Standard 9.6.3.3 include:

  • Fixed an incorrect catalog check in pg_dump that has been added with the previous release.

  • Added distribution for Ubuntu 17.10.

E.25.2. Migration to Version 9.6.4.1

A dump/restore using pg_dumpall, or use of pg_upgrade, is required for those wishing to migrate data from any previous major release.

A dump/restore is required for those running 9.6.3.3, because catalog number format has been changed for better Postgres Pro identification.

If you are upgrading from vanilla PostgreSQL 9.6.x, some catalog changes should be applied.

If you use binary packages, and your database is in the default location, this upgrade should be performed automatically. If you've compiled Postgres Pro from source or create your database in a non-default location, running initdb manually, you should run pgpro_upgrade script provided in this distribution.

Before running the script, you should stop postgres service. Script should be run on behalf of the user owning the database (typically postgres) and PGDATA environment variable should be set to the directory where database resides.