Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/design.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ Also, if you pass a flag:
it will cause *all* the backup files to be removed.

The data removal workflow includes the following steps:

* create a pgtask CRD to hold the PVC name and cluster name to be removed
* the CRD is watched, and on an ADD will cause a Job to be created that will run the *rmdata* container using the PVC name and cluster name as parameters which determine the PVC to mount, and the file path to remove under that PVC
* the *rmdata* Job is watched by the Operator, and upon a successful status completion the actual PVC is removed
Expand Down