Skip to content
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

Backups do not automatically delete #7095

Open
AaronUnmuted opened this issue May 9, 2024 · 3 comments
Open

Backups do not automatically delete #7095

AaronUnmuted opened this issue May 9, 2024 · 3 comments
Labels
needs investigation An issue that needs further investigation by a developer to determine the root cause.

Comments

@AaronUnmuted
Copy link

Installation Method

Docker Installation

AzuraCast Release Channel

Stable Channel

Current AzuraCast Version

v0.19.5 Stable

What happened?

Our backup settings are set to keep 3 copies, as you can see here:
image

Though it does not seem as these are processed accordingly, as we often have to delete the excess backup files, as you can see here:
image

Relevant log output

No response

@AaronUnmuted AaronUnmuted added the needs investigation An issue that needs further investigation by a developer to determine the root cause. label May 9, 2024
@BusterNeece
Copy link
Member

@AaronUnmuted If you manually run the RotateLogs task, is there any log output?

@AaronUnmuted
Copy link
Author

Running this from the debug page, it took a while but ran successfully. Though before I ran it manually it looks as though it had never been ran, presume this should run automatically?

@BusterNeece
Copy link
Member

@AaronUnmuted It certainly should, though I actually did just discover something in another issue (#7101) that meant that if a long-running task was set to happen in the few minutes after another long-running task, the cron task wouldn't let both run at the same time, which could possibly mean that the second task simply never ran. This is updated in the latest Rolling Release, and may fix issues like that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs investigation An issue that needs further investigation by a developer to determine the root cause.
Projects
None yet
Development

No branches or pull requests

2 participants