Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8e5c8e9

Browse files
committed
Add RN for PGPROEE 9.6.3.2
1 parent 11d9458 commit 8e5c8e9

File tree

1 file changed

+77
-0
lines changed

1 file changed

+77
-0
lines changed

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

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,81 @@
11
<!-- doc/src/sgml/release-proee-9.6.sgml -->
2+
<sect1 id="release-proee-9-6-3-2">
3+
<title>&productname; 9.6.3.2</title>
4+
<note>
5+
<title>Release Date</title>
6+
<simpara>2017-05-28</simpara>
7+
</note>
8+
<sect2>
9+
<title>Overview</title>
10+
<para>This release is based on <productname>Postgres Pro Enterprise</productname>
11+
<link linkend="release-proee-9-6-3-1">9.6.3.1</link>.</para>
12+
<para>Major enhancements over <productname>Postgres Pro Enterprise</productname>
13+
9.6.3.1 include:</para>
14+
<itemizedlist>
15+
<listitem>
16+
<para>RUM index</para>
17+
<para>
18+
Updated to version 1.1 (See <xref linkend="rum">.)
19+
</para>
20+
</listitem>
21+
<listitem>
22+
<para>Compressed File System (CFS)</para>
23+
<para>
24+
Fixed a bug caused by invalid merge, as well as included many other fixes.
25+
</para>
26+
</listitem>
27+
<listitem>
28+
<para><application>multimaster</application></para>
29+
<para>
30+
Fixed replication issues and other issues caused by running the
31+
<function>mtm.make_table_local</function> function.
32+
</para>
33+
<para>
34+
Added the <varname>multimaster.major_node</varname> variable.
35+
With this variable set to <literal>true</literal> the cluster
36+
node can continue working even if connection to the majority
37+
of the nodes is lost.
38+
</para>
39+
</listitem>
40+
<listitem>
41+
<para><application>pgpro_scheduler</application></para>
42+
<para>Fixed background worker blocking at the scheduled job
43+
startup for cases when one of the critical tables is locked.</para>
44+
</listitem>
45+
<listitem>
46+
<para>PL/TCL</para>
47+
<para>Fixed pltcl function drop.</para>
48+
</listitem>
49+
</itemizedlist>
50+
</sect2>
51+
<sect2>
52+
<title>Migration to Version &productname; 9.6.3.2</title>
53+
54+
<para>A dump/restore using <xref linkend="app-pg-dumpall">, or
55+
use of <xref linkend="pgupgrade">, is required for those
56+
wishing to migrate data from any previous major release.</para>
57+
58+
<para>Dump/restore is necessary when migrating from <productname>PostgreSQL</productname>,
59+
<productname>Postgres Pro Standard</productname>, or <productname>Postgres Pro Enterprise</productname> edition.</para>
60+
61+
<para>For upgrades from previous releases of <productname>Postgres Pro Enterprise</productname>, <productname>Postgres Pro Standard</productname>, or
62+
PostgreSQL 9.6.x, some catalog changes should be applied.</para>
63+
64+
<para>If you use binary packages, and your database is in the default
65+
location, this upgrade should be performed automatically. If you've
66+
created your database in
67+
a non-default location, running <literal>initdb</literal> manually, you
68+
should run the <literal>pgpro_upgrade</literal> script provided in this
69+
distribution.
70+
</para>
71+
72+
<para>Before running the script, you should stop the <literal>postgres</literal> service.
73+
The script should be run on behalf of the user owning the database
74+
(typically <literal>postgres</literal>), and the <envar>PGDATA</envar> environment variable should be
75+
set to the directory where the database resides.
76+
</para>
77+
</sect2>
78+
</sect1>
279
<sect1 id="release-proee-9-6-3-1">
380
<title>&productname; 9.6.3.1</title>
481
<note>

0 commit comments

Comments
 (0)