Skip to main content
Percher is still being built, but you can try it out with a free account right now!

Persistent app data

/app/data volume mount

Ask your agent
Make sure my app keeps its files and data between updates.Read the guide at percher.app/docs/persistent-data
For agents and developers

Each app has a persistent /app/data directory backed by a Docker volume. Data in this directory survives container restarts and redeploys. Use it for SQLite databases, uploaded files, caches, or any state your app needs to persist. The volume is deleted when the app is deleted. See Backup & restore for how the platform protects this data.