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
When running backups with logging to file --log-filename=backup.log --log-level-file=info --log-directory=/backup/log
this is written to log:
2022-05-04 20:44:10 UTC [3676366]: INFO: Start transferring data files
2022-05-04 21:39:13 UTC [3676366]: ERROR: Problem in receivexlog
2022-05-04 21:39:13 UTC [3676366]: ERROR: Interrupted during page reading
2022-05-04 21:39:13 UTC [3676366]: ERROR: Interrupted during page reading
2022-05-04 21:39:13 UTC [3676366]: ERROR: Interrupted during page reading
2022-05-04 21:39:13 UTC [3676366]: ERROR: Interrupted during page reading
2022-05-04 21:39:14 UTC [3676366]: ERROR: Data files transferring failed, time elapsed: 55m:4s
2022-05-04 21:39:14 UTC [3676366]: WARNING: backup in progress, stop backup
2022-05-04 21:39:14 UTC [3676366]: WARNING: Backup RBDLLE is running, setting its status to ERROR
Which is fine. However the actual (first) error is only written to stdout/stderr:
pg_probackup-13: error: unexpected termination of replication stream: ERROR: requested WAL segment 0000000400015FB10000000E has already been removed
The text was updated successfully, but these errors were encountered:
When running backups with logging to file
--log-filename=backup.log --log-level-file=info --log-directory=/backup/log
this is written to log:
Which is fine. However the actual (first) error is only written to stdout/stderr:
The text was updated successfully, but these errors were encountered: