libero / publisher

The starting point for raising issues for Libero Publisher
MIT License
16 stars 4 forks source link

Introduce backups in Libero deployments #365

Open giorgiosironi opened 4 years ago

giorgiosironi commented 4 years ago

State will be stored in Libero Product, in the form of relational databases or, at the basic level, with PersistentVolumes. This state should survive the disappearance of the Kubernetes cluster.

Definition of Done: a backup process is in place to copy state out of the Kubernetes cluster for disaster recovery, and restore it in case of need.

Related

Tasks

thewilkybarkid commented 4 years ago

Do we actually need this? There is no 'real' Libero deployment...

giorgiosironi commented 4 years ago

No, we'll probably never need it; I am collecting these issues to write an ADR on what the Libero deployments are, which I suspect should be demonstration of features plus providing a working model for a service provider to fork and build on. If this is then widely accepted, this and other issues will likely be dropped as it's not needed for demonstration, plus every service provider would have its own way of doing it.