Skip to content

core: remove uv cache clean | remove log rotation #340

Merged
MickLesk merged 2 commits intomainfrom
MickLesk-patch-1
Nov 24, 2025
Merged

core: remove uv cache clean | remove log rotation #340
MickLesk merged 2 commits intomainfrom
MickLesk-patch-1

Conversation

@MickLesk
Copy link
Copy Markdown
Member

✍️ 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: community-scripts/ProxmoxVE#9413

✅ Prerequisites (X in brackets)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
  • No security risks – No hardcoded secrets, unnecessary privilege escalations, or permission issues.

Screenshot for frontend Change


🛠️ Type of Change (X in brackets)

  • 🐞 Bug fix – Resolves an issue without breaking functionality.
  • New feature – Adds new, non-breaking functionality.
  • 💥 Breaking change – Alters existing functionality in a way that may require updates.

@MickLesk MickLesk requested a review from a team as a code owner November 24, 2025 19:51
Added function initialization call when sourcing core.func
@MickLesk MickLesk added the fix label Nov 24, 2025
@MickLesk MickLesk merged commit bc31896 into main Nov 24, 2025
3 checks passed
@MickLesk MickLesk deleted the MickLesk-patch-1 branch April 1, 2026 11:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant