Skip to content

Per-volume backup and restore #6

Description

@rokartur

What

Backup and restore buttons on a single volume in
apps/web/src/routes/docker.volumes.tsx, instead of only on the whole platform.

Why

The real-world request is "dump this database before I migrate it", not "take a
snapshot of everything". The archiving code already exists, it is just not
reachable at volume granularity.

How

archiveVolume (manager/internal/backup/volumes.go:70) and its inverse
already take a volume name. Two endpoints, two buttons, one row in apiRoutes
each.

Blocked by #3. Without it this is once again write-only.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions