|
4 | 4 | <title>Postgres Pro 9.6.0.1</title>
|
5 | 5 | <note>
|
6 | 6 | <title>Release Date</title>
|
7 |
| - <simpara>2016-10-XX</simpara> |
| 7 | + <simpara>2016-10-07</simpara> |
8 | 8 | </note>
|
9 | 9 | <sect2>
|
10 | 10 | <title>Overview</title>
|
11 | 11 | <para>This release is based on <productname>PostgreSQL</productname>
|
12 | 12 | 9.6.0</para>
|
13 |
| - <para>Major enhancements over <productname>Postgres Pro</productname> |
14 |
| - 9.6.0.1 include:</para> |
| 13 | + <para>Major enhancements over <productname>PostgresSQL</productname> |
| 14 | + 9.6.0 include:</para> |
15 | 15 | <para>Core patches from PostgresPro 9.5 has been applied:</para>
|
16 | 16 | <itemizedlist>
|
17 | 17 | <listitem>
|
|
40 | 40 | </sect2>
|
41 | 41 | <sect2>
|
42 | 42 | <title>Migration to Version 9.6.0.1</title>
|
43 |
| - <para></para> |
| 43 | + |
| 44 | + <para>A dump/restore using <xref linkend="app-pg-dumpall">, or |
| 45 | + use of <xref linkend="pgupgrade">, is required for those |
| 46 | + wishing to migrate data from any previous release.</para> |
| 47 | + |
| 48 | + <para>Dump/restore is not neccessary when migrating from PostgreSQL 9.6.x to |
| 49 | + Postgres Pro 9.6.x.y.</para> |
| 50 | + |
| 51 | + <para>When upgrading from previous releases of Postgres Pro or from |
| 52 | + vanilla PostgreSQL 9.6.x, some catalog changes should be applied.</para> |
| 53 | + |
| 54 | + <para>If you use binary packages, and your database is in the default |
| 55 | + location, this upgrade should be performed automatically. If you've |
| 56 | + compiled Postgres Pro from source or create your database in |
| 57 | + non-default location, running <literal>initdb</literal> manually, you |
| 58 | + should run <literal>pgpro_upgrade</literal> script provided in this |
| 59 | + distribution. |
| 60 | + </para> |
| 61 | + |
| 62 | + <para>Before running script, you should stop postgres service. Script |
| 63 | + should be run as user, owning the database (typically postgres) and |
| 64 | + PGDATA environment variable should be set to the directory where |
| 65 | + database resides. |
| 66 | + </para> |
44 | 67 | </sect2>
|
45 | 68 | </sect1>
|