woblerr commented on PR #111: URL: https://github.com/apache/cloudberry-backup/pull/111#issuecomment-5258457900
The following changes were made based on the review: * Added `--history-sync-standby-timeout` to gpbackup and sync-capable gpBackMan commands. The option accepts integer seconds from 1 to 86400 and defaults to 300. A single deadline starts after `VACUUM INTO` and `PRAGMA quick_check`, then shares its remaining budget between `rsync` and remote install. If either transport stage fails, remote temporary-file cleanup runs with an independent 120-second timeout, including when the main deadline has already expired. * Added context cancellation and SSH batch mode to prevent stalled transport commands from blocking backup cleanup. * Protected remote `rsync` paths with `-s` and documented rsync 3.0.0 as the minimum supported version. * Fixed context error handling so successful `rsync` and SSH commands are not reported as timed out. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
