dev4devs-com / postgresql-operator

Operator in Go developed using the Operator Framework to package, install, configure and manage a PostgreSQL database.
Apache License 2.0
30 stars 15 forks source link

Implementation of Restore #52

Open camilamacedo86 opened 5 years ago

camilamacedo86 commented 5 years ago

Feature Request

In order of this project be able to a full life cycle we would like to implement the Restore feature which would be able to get the backup of the database and restore it.

NOTE: A new CR/CRD and controller should be created to achieve this.