|
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-8-1"> |
4 |
| - <title>Postgres Pro Standard 9.6.8.1</title> |
| 3 | +<sect1 id="release-pro-9-6-8-2"> |
| 4 | + <title>Postgres Pro Standard 9.6.8.2</title> |
5 | 5 | <formalpara>
|
6 | 6 | <title>Release date:</title>
|
7 |
| - <para>2018-03-01</para> |
| 7 | + <para>2018-03-20</para> |
8 | 8 | </formalpara>
|
9 | 9 | <sect2>
|
10 | 10 | <title>Overview</title>
|
11 | 11 | <para>This release is based on <productname>PostgreSQL</productname> 9.6.8
|
12 |
| - and <productname>Postgres Pro Standard</productname> 9.6.7.1. All improvements |
| 12 | + and <productname>Postgres Pro Standard</productname> 9.6.8.1. All improvements |
13 | 13 | inherited from <productname>PostgreSQL</productname> 9.6.8 are listed
|
14 | 14 | in <link linkend="release-9-6-8"><productname>PostgreSQL</productname> 9.6.8 Release Notes</link>.</para>
|
15 | 15 | <para>Major enhancements over <productname>Postgres Pro Standard</productname>
|
16 |
| - 9.6.7.1 include:</para> |
| 16 | + 9.6.8.1 include:</para> |
17 | 17 | <itemizedlist>
|
| 18 | + |
| 19 | + <listitem> |
| 20 | + <para>Updated |
| 21 | + the <link linkend="app-pgprobackup"><application>pg_probackup</application></link> |
| 22 | + utility from version 2.0.11 to 2.0.16, which includes the following new features:</para> |
| 23 | + <itemizedlist> |
| 24 | + <listitem> |
| 25 | + <para>Fixed an infinite loop that could happen during page validation.</para> |
| 26 | + </listitem> |
| 27 | + <listitem> |
| 28 | + <para>Fixed segfault for the case of parallel <literal>PTRACK</literal> connections.</para> |
| 29 | + </listitem> |
| 30 | + <listitem> |
| 31 | + <para>Allowed to use the <literal>delete-wal</literal> option without <literal>delete-expired</literal>.</para> |
| 32 | + </listitem> |
| 33 | + <listitem> |
| 34 | + <para>Fixed CVE-2018-1058. Schema name is now explicitly used on every function call.</para> |
| 35 | + </listitem> |
| 36 | + </itemizedlist> |
| 37 | + <!-- |
| 38 | + 76afcee1255d94ebc84f89ba336827999436a4c2 |
| 39 | + --> |
| 40 | + </listitem> |
18 | 41 | <listitem>
|
19 | 42 | <para>
|
20 |
| - The <function>pgpro_build</function> function has been renamed |
21 |
| - to <function>pgpro_source_id</function>. |
| 43 | + You can now use <function>pgpro_build</function> function |
| 44 | + to get the latest commit ID for the source files of the current release. |
22 | 45 | </para>
|
23 |
| - <!-- |
24 |
| - 4328669d24cf070a12b585d1bcbfb0fc06c1b707 |
| 46 | + <!-- |
| 47 | + f26daaf0d3257d4bc8ed8b59d7e560d37a61117e |
25 | 48 | -->
|
26 | 49 | </listitem>
|
| 50 | + <listitem> |
| 51 | + <para>Fixed an issue with sort ordering of some Russian letters in the |
| 52 | + <filename>mchar</filename> module. |
| 53 | + Use <command>REINDEX DATABASE</command> command to update indexes.</para> |
| 54 | + <!-- e3b18fa73987222f1847ecc01cf792dc34bd37a5 --> |
| 55 | + </listitem> |
27 | 56 | </itemizedlist>
|
28 | 57 | </sect2>
|
| 58 | + <sect2> |
| 59 | + <title>Migration to Version 9.6.8.2</title> |
| 60 | + <para>Depending on your current installation, the upgrade procedure will differ. |
| 61 | + </para> |
| 62 | + <para>To upgrade from a <productname>Postgres Pro Standard</productname> version based on |
| 63 | + any previous <productname>PostgreSQL</productname> major release, you can perform a dump/restore using |
| 64 | + <xref linkend="app-pg-dumpall">, or use the <xref linkend="pgupgrade"> utility. |
| 65 | + The first option is safer, while the second is faster and can significantly |
| 66 | + speed up the upgrade process for large databases. |
| 67 | + </para> |
| 68 | + <para>To upgrade from a <productname>Postgres Pro Standard</productname> version |
| 69 | + based on the same <productname>PostgreSQL</productname> major release, |
| 70 | + a dump/restore is not required. If you are upgrading from |
| 71 | + <productname>Postgres Pro Standard</productname> 9.6.7.1 or |
| 72 | + lower, you must also use the <filename>pgpro_upgrade</filename> script provided |
| 73 | + in this distribution. This script updates metadata information to handle |
| 74 | + catalog number format change introduced after |
| 75 | + <productname>Postgres Pro Standard</productname> 9.6.4.1, as well as |
| 76 | + rename the <function>pgpro_build</function> function to <function>pgpro_source_id</function>. |
| 77 | + If you are upgrading your |
| 78 | + <productname>Postgres Pro</productname> installation from a binary package, the |
| 79 | + <filename>pgpro_upgrade</filename> script is run automatically, unless you |
| 80 | + are prompted to run it manually. |
| 81 | + </para> |
| 82 | + <important> |
| 83 | + <para> |
| 84 | + If you run <literal>pgpro_upgrade</literal> manually, |
| 85 | + you must stop postgres service. |
| 86 | + The script must be run on behalf of the user owning the database |
| 87 | + (typically postgres). Running <literal>pgpro_upgrade</literal> |
| 88 | + as root will result in an error. |
| 89 | + </para> |
| 90 | + </important> |
| 91 | + <para>If you have compiled <productname>Postgres Pro</productname> |
| 92 | + from source code or created your database in a non-default location, |
| 93 | + you must run the <literal>pgpro_upgrade</literal> script manually. |
| 94 | + </para> |
| 95 | + <note> |
| 96 | + <para>On RPM-based Linux distributions, if you are upgrading from |
| 97 | + version 9.6.2.1 or lower, make sure to move the data directory from |
| 98 | + <filename>pgsql</filename> to the <filename>pgpro</filename> |
| 99 | + directory before running the <literal>pgpro_upgrade</literal> script. |
| 100 | + </para> |
| 101 | + </note> |
| 102 | + <para>To migrate from vanilla PostgreSQL 9.6.x, perform a dump/restore using |
| 103 | + <xref linkend="app-pg-dumpall">. |
| 104 | + </para> |
| 105 | + </sect2> |
| 106 | +</sect1> |
| 107 | +<sect1 id="release-pro-9-6-8-1"> |
| 108 | + <title>Postgres Pro Standard 9.6.8.1</title> |
| 109 | + <formalpara> |
| 110 | + <title>Release date:</title> |
| 111 | + <para>2018-03-01</para> |
| 112 | + </formalpara> |
| 113 | + <sect2> |
| 114 | + <title>Overview</title> |
| 115 | + <para>This release is based on <productname>PostgreSQL</productname> 9.6.8 |
| 116 | + and <productname>Postgres Pro Standard</productname> 9.6.7.1. All improvements |
| 117 | + inherited from <productname>PostgreSQL</productname> 9.6.8 are listed |
| 118 | + in <link linkend="release-9-6-8"><productname>PostgreSQL</productname> 9.6.8 Release Notes</link>.</para> |
| 119 | + </sect2> |
29 | 120 | <sect2>
|
30 | 121 | <title>Migration to Version 9.6.8.1</title>
|
31 | 122 | <para>Depending on your current installation, the upgrade procedure will differ.
|
|
0 commit comments