Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 262d7f8 commit 35db9d0Copy full SHA for 35db9d0
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