E.14. Postgres Pro Standard 10.10.2
Release Date: 2019-10-09
E.14.1. Overview
This release is based onPostgres Pro Standard 10.10.1 and provides several improvements:
Added support for CentOS 8.
The expression comparison function has been reworked to fix bugs and improve support in the future.
E.14.2. Migration to Version 10.10.2
If you are upgrading from aPostgres Pro Standard version based on the samePostgreSQL major release, it is enough to install the new version into your current installation directory.
Sincepg_probackup delivery model changed inPostgres Pro Standard 10.7.1, when upgrading from a lower version on ALT Linux and Debian-based systems, runapt dist-upgrade
(orapt-get dist-upgrade
) to ensure that all new dependencies are handled correctly. On Windows, you have to run a separatepg_probackup installer to complete the upgrade.
When upgrading from version 10.3.2 or lower, you must call theREINDEX
command for indexes that usedmchar
ormvarchar
types. Besides, if you have been usingpg_repack
on Debian-based systems, you have to reinstall its package manually when upgrading to this version since its package got renamed topg-repack-std-10
.
To migrate fromPostgreSQL or aPostgres Pro Standard release based on a previousPostgreSQL major version, see the instructions inPostgres Pro Standard 10.1.1 Release Notes. If you are opting for a dump/restore, make sure to use the--add-collprovider
option to correctly choose the provider for the default collation of the migrated database.