{{template "base" .}} {{define "title"}}Import Backup - µPaaS{{end}} {{define "content"}} {{template "nav" .}}
Back to Dashboard
{{template "alert-success" .}} {{template "alert-error" .}}

Import Backup

Restore from Backup File

Upload a previously exported µPaaS backup file (JSON) to restore app configurations. New apps will be created with fresh SSH keys and webhook secrets. Apps whose names already exist will be skipped.

{{ .CSRFField }}

Export All Apps

Download a backup of all app configurations. This includes app settings, environment variables, labels, volumes, and port mappings. Secrets (SSH keys, webhook tokens) are not included — they are regenerated on import.

Export All Apps
{{end}}