krud-dev / ostara

Ostara is a cross-platform desktop app for managing and monitoring Spring Boot applications using the Actuator API, providing comprehensive insights and effortless control.
https://ostara.dev
Apache License 2.0
319 stars 11 forks source link

Backup Manager #529

Closed Idane closed 1 year ago

Idane commented 1 year ago

Relates to #480

In settings, add backup section

  1. Display list of backups - order by file date descending
  2. Add buttons on top - Backup Now
  3. Columns: Date, version, type (manual, auto)
  4. Actions: Preview (#528), restore, delete
  5. Show invalid backups (invalid signature)
  6. On restore, popup warning that it will overwrite everything, add checkbox to create a backup before performing the action