Daily encrypted off-site backups, restore via support
Percher backs up the entire platform every night to encrypted off-site storage. The goal is that a corrupted database, a deleted volume, or a lost VPS does not turn into lost user data — restores happen from yesterday's archive, not from scratch.
/app/data volume (your databases, uploaded files, SQLite, caches)pb_data directory (auth, collections, file uploads)info@percher.app within minutesEmail support@percher.app with the app name, what was lost, and the approximate time of the incident. Restores are operator-mediated today — there is no self-service restore button yet — and we target a same-day turnaround for paid plans.
Note: bunx percher delete removes the app immediately and skips any extra snapshot, but the previous night's archive still has both the app metadata and its data volume. If you delete by accident, email support within the 30-day retention window and we can usually recover it.
For sub-daily protection or self-service exports, run your own dump from inside the app — for PocketBase apps that's the built-in/api/backups endpoint in the PB admin UI; for custom SQLite, copy the file out of /app/data on a schedule.