Skip to content

Commit d083e5e

Browse files
committed
Update release notes.
1 parent 11a2dfb commit d083e5e

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed

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

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,64 @@
11
<!-- doc/src/sgml/release-pro-9.6.sgml -->
22
<!-- See header comment in release.sgml about typical markup -->
3+
<sect1 id="release-pro-9-6-2-1">
4+
<title>Postgres Pro 9.6.2.1</title>
5+
<note>
6+
<title>Release Date</title>
7+
<simpara>2017-02-__</simpara>
8+
</note>
9+
<sect2>
10+
<title>Overview</title>
11+
<para>This release is based on <productname>PostgresPro</productname>
12+
9.6.1.2 and <productname>PostgreSQL</productname> 9.6.2.</para>
13+
<para>Major enhancements over <productname>Postgres Pro</productname>
14+
9.6.1.2 include:</para>
15+
16+
<itemizedlist>
17+
<listitem>
18+
<para>Module <application>pg_pathman</application> has been updated to version 1.3 (See <xref linkend="pg-pathman">).</para>
19+
</listitem>
20+
<listitem>
21+
<para>The <application>sr_plan</application> module is now initialized independently for each database instance (See <xref linkend="sr-plan">).</para>
22+
</listitem>
23+
<listitem>
24+
<para>Applied fixes for including indexes.</para>
25+
</listitem>
26+
<listitem>
27+
<para>RHEL-based distributions are installed in a separate location,
28+
so the product can be installed in parallel with an existing
29+
<productname>PostgreSQL</productname>.</para>
30+
</listitem>
31+
<listitem>
32+
<para>Improved algorithm to automatically select a TCP-port for the case
33+
of parallel installation of different versions of the product.</para>
34+
</listitem>
35+
</itemizedlist>
36+
37+
</sect2>
38+
<sect2>
39+
<title>Migration to Version 9.6.2.1</title>
40+
<para>A dump/restore using <xref linkend="app-pg-dumpall">, or
41+
use of <xref linkend="pgupgrade">, is required for those
42+
wishing to migrate data from any previous major release.
43+
</para>
44+
<para>A dump/restore is not required for those running 9.6.1.2.</para>
45+
<para>However, if you are upgrading from vanilla PostgreSQL 9.6.x, some
46+
catalog changes should be applied.
47+
</para>
48+
<para>If you use binary packages, and your database is in the default
49+
location, this upgrade should be performed automatically. If you've
50+
compiled Postgres Pro from source or create your database in a
51+
non-default location, running <literal>initdb</literal> manually, you
52+
should run <literal>pgpro_upgrade</literal> script provided in this
53+
distribution.
54+
</para>
55+
<para>Before running script, you should stop postgres service. Script
56+
should be run as user, owning the database (typically postgres) and
57+
PGDATA environment variable should be set to the directory where
58+
database resides.
59+
</para>
60+
</sect2>
61+
</sect1>
362
<sect1 id="release-pro-9-6-1-2">
463
<title>Postgres Pro 9.6.1.2</title>
564
<note>

0 commit comments

Comments
 (0)