Commit 165e2b6f authored by Bruce Momjian's avatar Bruce Momjian

Recommend postmaster stop/start for pg_upgrade.

parent 8ccebab8
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/pg_upgrade.sgml,v 1.7 1999/09/28 03:41:35 momjian Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/pg_upgrade.sgml,v 1.8 1999/09/28 15:59:10 momjian Exp $
Postgres documentation Postgres documentation
--> -->
...@@ -119,11 +119,26 @@ pg_upgrade [ -f <replaceable class="parameter">filename</replaceable> ] <replace ...@@ -119,11 +119,26 @@ pg_upgrade [ -f <replaceable class="parameter">filename</replaceable> ] <replace
</para> </para>
</step> </step>
<step performance="required">
<para>
Restore your old <filename>pg_hba.conf</filename> if needed to allow
user logins.
</para>
</step>
<step performance="required">
<para>
Stop and restart the postmaster.
</para>
</step>
<step performance="required"> <step performance="required">
<para> <para>
<emphasis>Carefully</emphasis> examine the contents of the upgraded <emphasis>Carefully</emphasis> examine the contents of the upgraded
database. If you detect problems, you'll need to recover by restoring database. If you detect problems, you'll need to recover by restoring
from your full pg_dump backup. from your full pg_dump backup.
You can delete the <filename>data.old/</filename> directory when you
are satisfied.
</para> </para>
</step> </step>
...@@ -135,14 +150,6 @@ pg_upgrade [ -f <replaceable class="parameter">filename</replaceable> ] <replace ...@@ -135,14 +150,6 @@ pg_upgrade [ -f <replaceable class="parameter">filename</replaceable> ] <replace
</para> </para>
</step> </step>
<step performance="required">
<para>
Restart the postmaster and/or restore your old
<filename>pg_hba.conf</filename> if needed to allow user logins.
You can delete the <filename>data.old/</filename> directory when you
are finished.
</para>
</step>
</procedure> </procedure>
</refsect1> </refsect1>
</refentry> </refentry>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment