16.3. Migrating toPostgres Pro#
Different major versions ofPostgres Pro, as well as differentPostgreSQL-based products based on the same major version, can have binary incompatible databases, so you cannot replace the server binary and continue running. To convert databases that used previous major versions, you must perform a dump/restore usingpg_dumpall or use thepg_upgrade utility.
For upgrade instructions specific to a particular release, see theRelease Notes for the correspondingPostgres Pro version.