|
1 | 1 | <!-- doc/src/sgml/release-pro-9.6.sgml -->
|
2 | 2 | <!-- 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 the algorithm of automatic TCP-port selection for the case |
| 33 | + of parallel installation of different versions of the product on |
| 34 | + Windows systems.</para> |
| 35 | + </listitem> |
| 36 | + </itemizedlist> |
| 37 | + |
| 38 | + </sect2> |
| 39 | + <sect2> |
| 40 | + <title>Migration to Version 9.6.2.1</title> |
| 41 | + <para>A dump/restore using <xref linkend="app-pg-dumpall">, or |
| 42 | + use of <xref linkend="pgupgrade">, is required for those |
| 43 | + wishing to migrate data from any previous major release. |
| 44 | + </para> |
| 45 | + <para>A dump/restore is not required for those running 9.6.1.2.</para> |
| 46 | + <para>However, if you are upgrading from vanilla PostgreSQL 9.6.x, some |
| 47 | + catalog changes should be applied. |
| 48 | + </para> |
| 49 | + <para>If you use binary packages, and your database is in the default |
| 50 | + location, this upgrade should be performed automatically. If you've |
| 51 | + compiled Postgres Pro from source or create your database in a |
| 52 | + non-default location, running <literal>initdb</literal> manually, you |
| 53 | + should run <literal>pgpro_upgrade</literal> script provided in this |
| 54 | + distribution. |
| 55 | + </para> |
| 56 | + <para>Before running the script, you should stop postgres service. |
| 57 | + Script should be run on behalf of the user owning the database |
| 58 | + (typically postgres) and PGDATA environment variable should be |
| 59 | + set to the directory where database resides. |
| 60 | + </para> |
| 61 | + </sect2> |
| 62 | +</sect1> |
3 | 63 | <sect1 id="release-pro-9-6-1-2">
|
4 | 64 | <title>Postgres Pro 9.6.1.2</title>
|
5 | 65 | <note>
|
|
0 commit comments