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

Commit ee85d9a

Browse files
committed
Added RN 9.6.4.1
1 parent c06b6ae commit ee85d9a

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

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

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,52 @@
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-4-1">
4+
<title>Postgres Pro 9.6.4.1</title>
5+
<note>
6+
<title>Release Date</title>
7+
<simpara>2017-08-11</simpara>
8+
</note>
9+
<sect2>
10+
<title>Overview</title>
11+
<para>This release is based on <productname>Postgres Pro</productname>
12+
<link linkend="release-pro-9-6-3-3">9.6.3.3</link> and
13+
<productname>PostgreSQL</productname> <link linkend="release-9-6-4">9.6.4</link>.</para>
14+
<para>Major enhancements over <productname>Postgres Pro</productname>
15+
9.6.3.3 include:</para>
16+
<itemizedlist>
17+
<listitem>
18+
<para>Fixed an incorrect catalog check in <literal>pg_dump</literal>
19+
that has been added with the previous release.</para>
20+
</listitem>
21+
<listitem>
22+
<para>Added distribution for Ubuntu 17.10.</para>
23+
</listitem>
24+
</itemizedlist>
25+
</sect2>
26+
<sect2>
27+
<title>Migration to Version 9.6.4.1</title>
28+
<para>A dump/restore using <xref linkend="app-pg-dumpall">, or
29+
use of <xref linkend="pgupgrade">, is required for those
30+
wishing to migrate data from any previous major release.
31+
</para>
32+
<para>A dump/restore is not required for those running 9.6.3.3.</para>
33+
<para>However, if you are upgrading from vanilla PostgreSQL 9.6.x, some
34+
catalog changes should be applied.
35+
</para>
36+
<para>If you use binary packages, and your database is in the default
37+
location, this upgrade should be performed automatically. If you've
38+
compiled Postgres Pro from source or create your database in a
39+
non-default location, running <literal>initdb</literal> manually, you
40+
should run <literal>pgpro_upgrade</literal> script provided in this
41+
distribution.
42+
</para>
43+
<para>Before running the script, you should stop postgres service.
44+
Script should be run on behalf of the user owning the database
45+
(typically postgres) and PGDATA environment variable should be
46+
set to the directory where database resides.
47+
</para>
48+
</sect2>
49+
</sect1>
350
<sect1 id="release-pro-9-6-3-3">
451
<title>Postgres Pro 9.6.3.3</title>
552
<note>

0 commit comments

Comments
 (0)