PrintStash v0.6.4: restore and download backups in the UI
PrintStash v0.6.4 added backup restore and archive download actions to Settings, with an explicit destructive confirmation before recovery.
PrintStash v0.6.4 made full backups usable from the web interface instead of requiring API calls for recovery.
Restore from Settings
Settings -> Storage listed the available local and configured cloud backup archives. An administrator could select an archive and restore it after confirming the destructive operation.
A restore replaces the current database, managed files, and thumbnails with the contents of the archive. The confirmation was intentional because recovery is not a merge operation.
Download an archive
Each backup row gained a Download action for saving the tar.gz archive to another computer. The matching authenticated API endpoint was:
GET /api/v1/backups/{id}/downloadCurrent recovery steps, archive contents, and post-restore checks are in the backup and restore guide.