Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita19b983

Browse files
author
Liudmila Mantrova
committed
DOC: added A.Lakhin feedback for minor version updates
1 parentaa22856 commita19b983

File tree

1 file changed

+21
-23
lines changed

1 file changed

+21
-23
lines changed

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

Lines changed: 21 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -51,38 +51,36 @@
5151
<para>To upgrade from a <productname>Postgres Pro</productname> version based on
5252
any previous <productname>PostgreSQL</productname> major release, you can perform a dump/restore using
5353
<xref linkend="app-pg-dumpall">, or use the <xref linkend="pgupgrade"> utility.
54-
The first option is safer, while the second is faster and can
54+
The first option is safer, while the second is faster and can significantly
5555
speed up the upgrade process for large databases.
5656
</para>
5757
<para>To upgrade from a <productname>Postgres Pro</productname> version
5858
based on the same <productname>PostgreSQL</productname> major release,
59-
the <literal>pgpro_upgrade</literal> script provided
60-
in this distribution is required:
61-
<itemizedlist>
62-
<listitem>
63-
<para>If you are upgrading your <productname>Postgres Pro</productname>
64-
installation from a binary package, the <literal>pgpro_upgrade</literal> script
65-
is run automatically, or you are prompted to run it manually.
66-
</para>
67-
</listitem>
68-
<listitem>
69-
<para>If youhave compiled <productname>Postgres Pro</productname>
70-
from source code or created your database in a non-default location,
71-
you must always run the<literal>pgpro_upgrade</literal> script manually.
72-
Before running the script, youshouldstop postgres service.
73-
Script should be run on behalf of the user owning the database
74-
(typically postgres) and PGDATA environment variable should be
75-
set to the directory where database resides.
76-
</para>
77-
</listitem>
78-
</itemizedlist>
59+
a dump/restore is not required. Instead ofthe <literal>pg_upgrade</literal>,
60+
you must use the <literal>pgpro_upgrade</literal> script provided
61+
in this distribution. This script updates metadata information to
62+
handle catalog number format change introduced in
63+
<productname>Postgres Pro</productname> 9.6.4.1.If you are upgrading your
64+
<productname>Postgres Pro</productname>installation from a binary package, the
65+
<literal>pgpro_upgrade</literal> scriptis run automatically, or you
66+
are prompted to run it manually.
67+
<important>
68+
<para>
69+
If yourun <literal>pgpro_upgrade</literal> manually,
70+
you must stop postgres service.
71+
The script must be run on behalf of theuser owning the database
72+
(typically postgres) and PGDATA environment variableshouldbe
73+
set to the directory where database resides. Running <literal>pgpro_upgrade</literal>
74+
as root will result in an error.
75+
If you have compiled <productname>Postgres Pro</productname>
76+
from source code or created your database in a non-default location,
77+
you must run the <literal>pgpro_upgrade</literal> script manually.
78+
</para>
7979
<note>
8080
<para>On RPM-based Linux distributions, if you are upgrading from
8181
version 9.6.2.1 or lower, make sure to move the data directory from
8282
<filename>pgsql</filename> to the <filename>pgpro</filename>
8383
directory before running the <literal>pgpro_upgrade</literal> script.
84-
Besides, after you upgrade to a newer version, you will have to use
85-
the <literal>systemd</literal> service manager.
8684
</para>
8785
</note>
8886
</para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp