@@ -78,6 +78,24 @@ Lockfree Pin/UnpinBuffer backported from 9.6
7878 </listitem>
7979 </itemizedlist>
8080 </sect2>
81+ <sect2>
82+ <title>Upgrading from previous releases</title>
83+ <para>When upgrading from previous releases of Postgres Pro or from
84+ vanilla PostgreSQL 9.5.x, some catalog changes should be applied.
85+ </para>
86+ <para>If you use binary packages, and your database is in the default
87+ location, this upgrade should be performed automatically. If you've
88+ compiled Postgres Pro from source or create your database in
89+ non-default location, running <literal>initdb</literal> manually, you
90+ should run <literal>pgpro_upgrade</literal> script provided in this
91+ distribution.
92+ </para>
93+ <para>Before running script, you should stop postgres service. Script
94+ should be run as user, owning the database (typically postgres) and
95+ PGDATA environment variable should be set to the directory where
96+ database resides.
97+ </para>
98+ </sect2>
8199 </sect1>
82100 <sect1 id="release-pro-9-5-1-2">
83101 <title>Postgres Pro 9.5.1.2</title>