Skip to content

copy pgBackRest logs to local machine rather than stream #129

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

philrhurst
Copy link
Collaborator

This features copies the pgBackRest logs to a user's local machine. It mimics the behavior we use for the Postgres logs. We have found situation where pgBackRest are large and the previous behavior would time out.

This features copies the pgBackRest logs to a user's local machine. It mimics
the behavior we use for the Postgres logs. We have found situation where
pgBackRest are large and the previous behavior would time out.
@philrhurst philrhurst requested a review from benjaminjb June 6, 2025 17:29
@philrhurst philrhurst marked this pull request as ready for review June 7, 2025 14:15
Copy link
Collaborator

@benjaminjb benjaminjb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(a) This is (basically) the same logic you introduced in #105 , yeah?
(b) the logic is basically the same between the two commands here -- I wonder if we could extract that logic or even collapse those functions -- but that's a non-necessary improvement, I think

Any issues with testing this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants