Skip to content

Commit ed34a97

Browse files
committed
Described pgpro_upgrade in release notes
1 parent 612203d commit ed34a97

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

doc/src/sgml/release-pro-9.5.sgml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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>

0 commit comments

Comments
 (0)