SafeDisk AI

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.

Free Mac scan

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.

Add command output optional

Free trial step. We reply first with a delete / confirm / protect judgment or one read-only detail we still need.

Download free Mac scan See sample result Ask AI about one file

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

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

  1. Quit DBngin completely.
  2. Measure PersistentDownloads and confirm it contains update downloads.
  3. Move only the contents of that cache folder to Trash.
  4. Reopen DBngin and confirm your databases still start.
  5. 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.

Free AI deletion trial

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.

Download free Mac scan
Add output optional

Start with email. Output can follow after the first reply.