You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/pg_probackup.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -412,7 +412,7 @@ Makes an autonomous backup that includes all necessary WAL files, by streaming t
412
412
413
413
--archive-timeout
414
414
415
-
Wait timeout for WAL segment archiving.`pg_probackup` waits after`pg_start_backup()` and`pg_stop_backup()` executing when WAL segments with necessary LSN will be archived. For backup from master WAL segment will be archived fast, because master instance switch WAL segment during backup. For backup from standby`pg_probackup` will wait a long time, because standby instance cannot switch WAL segment. By default timeout isinfinite.
415
+
Wait timeout for WAL segment archiving.`pg_probackup` waits after`pg_start_backup()` and`pg_stop_backup()` executing when WAL segments with necessary LSN will be archived. For backup from master WAL segment will be archived fast, because master instance switch WAL segment during backup. For backup from standby`pg_probackup` will wait a long time, because standby instance cannot switch WAL segment. By default timeout is300 seconds.