Commit 47cacfc0 authored by Bruce Momjian's avatar Bruce Momjian

Document that not backing up postmaster.pid and postmaster.opts might

help prevent pg_ctl from getting confused.

Backpatch to 9.1.
parent 600d3206
...@@ -869,7 +869,11 @@ SELECT pg_stop_backup(); ...@@ -869,7 +869,11 @@ SELECT pg_stop_backup();
of mistakes when restoring. This is easy to arrange if of mistakes when restoring. This is easy to arrange if
<filename>pg_xlog/</> is a symbolic link pointing to someplace outside <filename>pg_xlog/</> is a symbolic link pointing to someplace outside
the cluster directory, which is a common setup anyway for performance the cluster directory, which is a common setup anyway for performance
reasons. reasons. You might also want to exclude <filename>postmaster.pid</>
and <filename>postmaster.opts</>, which record information
about the running <application>postmaster</>, not about the
<application>postmaster</> which will eventually use this backup.
(These files can confuse <application>pg_ctl</>.)
</para> </para>
<para> <para>
......
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