mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-04-24 20:25:50 +03:00
[PR #340] [MERGED] core: remove uv cache clean | remove log rotation #370
Labels
No labels
bug
enhancement
enhancement
feature
in progress
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ProxmoxVE-Local#370
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/community-scripts/ProxmoxVE-Local/pull/340
Author: @MickLesk
Created: 11/24/2025
Status: ✅ Merged
Merged: 11/24/2025
Merged by: @MickLesk
Base:
main← Head:MickLesk-patch-1📝 Commits (2)
eccad85core: remove uv cache clean5e8cf1fInitialize functions on core.func source📊 Changes
1 file changed (+0 additions, -3 deletions)
View changed files
📝
scripts/core/core.func(+0 -3)📄 Description
✍️ Description
Removed the cache clean command for uv.
UV uses aggresive cache methods, so it can be only cleared with --force, thats in my opinion to unsafe for productive usage:
Example:
root@paperless-ngx:~# uv cache prune
Cache is currently in-use, waiting for other uv processes to finish (use --force to override)
Example with force:
root@paperless-ngx:~# uv cache clean --force
Clearing cache at: .cache/uv
Removed 118567 files (1.4GiB)
remove log rotation, because some apps need the journalctl to get login data or api key
🔗 Related PR / Issue
Link: Upstream: https://github.com/community-scripts/ProxmoxVE/pull/9413/
✅ Prerequisites (X in brackets)
Screenshot for frontend Change
🛠️ Type of Change (X in brackets)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.