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

fix(files_versions): Do not expire versions newer than min age #50903

Merged
merged 1 commit into from
Feb 25, 2025

Conversation

artonge
Copy link
Contributor

@artonge artonge commented Feb 19, 2025

The auto expire logic does not take into account the min retention age set by the admin. So versions were eagerly deleted.

Fix #19791

@artonge artonge self-assigned this Feb 19, 2025
@artonge artonge requested review from Altahrim and come-nc February 19, 2025 10:56
@artonge artonge added bug 3. to review Waiting for reviews feature: versions php Pull requests that update Php code labels Feb 19, 2025
@artonge artonge modified the milestones: Nextcloud 31, Nextcloud 32 Feb 19, 2025
@artonge
Copy link
Contributor Author

artonge commented Feb 19, 2025

/backport to stable31

@artonge
Copy link
Contributor Author

artonge commented Feb 19, 2025

/backport to stable30

@artonge
Copy link
Contributor Author

artonge commented Feb 19, 2025

/backport to stable29

The auto expire logic does not take into account the min retention age set by the admin. So versions were eagerly deleted.

Fix #19791

Signed-off-by: Louis Chemineau <[email protected]>
@artonge artonge force-pushed the artonge/fix/min_age_rentention_files_versions branch from 0771906 to 4561a0a Compare February 19, 2025 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews bug feature: versions php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Versioning ignores versions_retention_obligation D, auto
3 participants