DBngin Sparkle PersistentDownloads Cache On Mac: Safe Cleanup
If DBngin repeatedly downloads updater DMGs, macOS can lose tens of gigabytes under a cache path that does not look like database storage. Close DBngin first, then separate updater cache from actual database files.
Run the free Mac scan before deleting.
The Mac scan reads storage metadata locally, then shows the largest visible buckets and the files that need an AI delete / confirm / protect judgment.
The Path To Check
The reported cache bucket is Sparkle updater data, not the databases DBngin manages:
~/Library/Caches/com.tinyapp.DBngin/org.sparkle-project.Sparkle/PersistentDownloads/
Users in the issue reported reclaiming large amounts of disk space from repeated update downloads. The important boundary is to clean this cache folder only, not DBngin's database data directories.
Safe Cleanup Boundary
- Usually safe: repeated updater DMGs or packages under
PersistentDownloads, after DBngin is closed. - Review first: any folder outside
~/Library/Caches/com.tinyapp.DBngin/that is not clearly an updater cache. - Do not touch blindly: PostgreSQL, MySQL, Redis, or other database data directories managed by DBngin.
Measure Before Deleting
A quick size check gives you proof before moving anything to Trash:
CACHE="$HOME/Library/Caches/com.tinyapp.DBngin/org.sparkle-project.Sparkle/PersistentDownloads"
du -sh "$CACHE" 2>/dev/null
find "$CACHE" -maxdepth 2 -type f -print0 2>/dev/null |
xargs -0 ls -lh 2>/dev/null |
sort -k5 -h |
tail -40
Cleanup Order
- Quit DBngin completely.
- Measure
PersistentDownloadsand confirm it contains update downloads. - Move only the contents of that cache folder to Trash.
- Reopen DBngin and confirm your databases still start.
- Empty Trash only after the app behaves normally.
Find other hidden Mac cache growth
Start with the free SafeDisk Mac scan. If deletion risk is still unclear, send one request for the free SafeDisk AI deletion trial next step.
Still full after the SafeDisk Lite scan?
Start with the SafeDisk Lite scan. If the scan still leaves unclear delete / confirm / protect decisions, send one request for the free SafeDisk AI deletion trial next step.