We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 600d320 commit 47cacfcCopy full SHA for 47cacfc
doc/src/sgml/backup.sgml
@@ -869,7 +869,11 @@ SELECT pg_stop_backup();
869
of mistakes when restoring. This is easy to arrange if
870
<filename>pg_xlog/</> is a symbolic link pointing to someplace outside
871
the cluster directory, which is a common setup anyway for performance
872
- reasons.
+ reasons. You might also want to exclude <filename>postmaster.pid</>
873
+ and <filename>postmaster.opts</>, which record information
874
+ about the running <application>postmaster</>, not about the
875
+ <application>postmaster</> which will eventually use this backup.
876
+ (These files can confuse <application>pg_ctl</>.)
877
</para>
878
879
<para>
0 commit comments