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

Commit 4742ecc

Browse files
dmpgproLiudmila Mantrova
authored and
Liudmila Mantrova
committed
Added RN 9.6.8.2 Ent
1 parent aff8118 commit 4742ecc

File tree

1 file changed

+72
-0
lines changed

1 file changed

+72
-0
lines changed

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

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,76 @@
11
<!-- doc/src/sgml/release-proee-9.6.sgml -->
2+
<sect1 id="release-proee-9-6-8-2">
3+
<title>&productname; 9.6.8.2</title>
4+
<formalpara>
5+
<title>Release date:</title>
6+
<para>2018-03-20</para>
7+
</formalpara>
8+
<sect2>
9+
<title>Overview</title>
10+
<para>This release is based on <productname>Postgres Pro Standard</productname> 9.6.8.2
11+
and <productname>Postgres Pro Enterprise</productname> 9.6.8.1. All improvements
12+
inherited from <productname>Postgres Pro Standard</productname> 9.6.8.2 are listed
13+
in <link linkend="release-pro-9-6-8-2"><productname>Postgres Pro Standard</productname> 9.6.8.2 Release Notes</link>.</para>
14+
<para>Main changes over <productname>Postgres Pro Enterprise</productname>
15+
9.6.8.1 include:</para>
16+
<itemizedlist>
17+
<listitem>
18+
<para>
19+
Fixed and re-enabled the <application>pg_wait_sampling</application> module on
20+
Windows systems.
21+
</para>
22+
<!--
23+
e743a2bd729b97014d1eb7b0b701bd5ca5eab09f
24+
bd4e5dd5c8ed5329ee5105f7e36afe59501ae2d6
25+
49061bf5d5e8140b12db8f8c70d17dd8eb3847bf
26+
-->
27+
</listitem>
28+
</itemizedlist>
29+
</sect2>
30+
<sect2>
31+
<title>Migration to Version &productname; 9.6.8.2</title>
32+
<para>Depending on your current installation, the upgrade procedure will differ.
33+
</para>
34+
<para>To upgrade from a <productname>Postgres Pro Enterprise</productname> version based on
35+
any previous <productname>PostgreSQL</productname> major release, you can perform a dump/restore using
36+
<xref linkend="app-pg-dumpall">, or use the <xref linkend="pgupgrade"> utility.
37+
The first option is safer, while the second is faster and can significantly
38+
speed up the upgrade process for large databases.
39+
</para>
40+
<para>To upgrade from a <productname>Postgres Pro Enterprise</productname> version
41+
based on the same <productname>PostgreSQL</productname> major release,
42+
a dump/restore is not required. Instead of the <literal>pg_upgrade</literal>,
43+
you must use the <literal>pgpro_upgrade</literal> script provided
44+
in this distribution. This script updates metadata information to
45+
handle catalog number format change introduced in
46+
<productname>Postgres Pro Enterprise</productname> 9.6.4.1, as well as
47+
renames the <function>pgpro_build</function> function to <function>pgpro_source_id</function>. If you are upgrading your
48+
<productname>Postgres Pro Enterprise</productname> installation from a binary package, the
49+
<literal>pgpro_upgrade</literal> script is run automatically, or you
50+
are prompted to run it manually.
51+
</para>
52+
<important>
53+
<para>
54+
If you run <literal>pgpro_upgrade</literal> manually,
55+
you must stop postgres service.
56+
The script must be run on behalf of the user owning the database
57+
(typically postgres) and PGDATA environment variable should be
58+
set to the directory where database resides. Running <literal>pgpro_upgrade</literal>
59+
as root will result in an error.
60+
</para>
61+
</important>
62+
<note>
63+
<para>On RPM-based Linux distributions, if you are upgrading from
64+
version 9.6.1.2, make sure to move the data directory from
65+
<filename>pgsql</filename> to the <filename>pgproee</filename>
66+
directory before running the <literal>pgpro_upgrade</literal> script.
67+
</para>
68+
</note>
69+
<para>To migrate from vanilla PostgreSQL 9.6.x or <productname>Postgres Pro</productname>,
70+
perform a dump/restore using <xref linkend="app-pg-dumpall">.
71+
</para>
72+
</sect2>
73+
</sect1>
274
<sect1 id="release-proee-9-6-8-1">
375
<title>&productname; 9.6.8.1</title>
476
<formalpara>

0 commit comments

Comments
 (0)