File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -639,6 +639,15 @@ test ! -f /mnt/server/archivedir/00000001000000A900000065 && cp pg_wal/0
639
639
it will try again periodically until it succeeds.
640
640
</para>
641
641
642
+ <para>
643
+ When the archive command is terminated by a signal (other than
644
+ <systemitem>SIGTERM</systemitem> that is used as part of a server
645
+ shutdown) or an error by the shell with an exit status greater than
646
+ 125 (such as command not found), the archiver process aborts and gets
647
+ restarted by the postmaster. In such cases, the failure is
648
+ not reported in <xref linkend="pg-stat-archiver-view"/>.
649
+ </para>
650
+
642
651
<para>
643
652
The archive command should generally be designed to refuse to overwrite
644
653
any pre-existing archive file. This is an important safety feature to
You can’t perform that action at this time.
0 commit comments