-
Notifications
You must be signed in to change notification settings - Fork 20
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
[DPE-5601] Add pgBackRest logrotate configuration #645
Conversation
Signed-off-by: Marcelo Henrique Neppel <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #645 +/- ##
==========================================
+ Coverage 71.46% 71.68% +0.22%
==========================================
Files 12 13 +1
Lines 3073 3115 +42
Branches 461 465 +4
==========================================
+ Hits 2196 2233 +37
- Misses 767 771 +4
- Partials 110 111 +1 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Marcelo Henrique Neppel <[email protected]>
…krest-logs Signed-off-by: Marcelo Henrique Neppel <[email protected]>
Signed-off-by: Marcelo Henrique Neppel <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tnx!
Issue
pgBackRest logs are not rotated.
Solution
Rotate the logs by using logrotate and following the rule we have for other logs: rotate every minute.
A background process was created for that job.