enonic/xp-operator

Backup research and validation

Closed this issue · 1 comments

rymsha commented

Currently, operator seems to include both "velero" and "restic" functionality.

We want it to include support for creating local backups, where Velero seem to be the solution. However, Restic should not be part of version 1.

there are 2 ways to do backups:

  1. Use our cloud-agent which is based on Restic.
  2. Velero: It can backup the whole cluster, but for volume backups it also uses Restic.

So looks like we should move out cloud-agent from xp-operator before the release because it's private.

  • Velero usage should be documented.