Skip to content

Commit

Permalink
docs: BackUp Command Update (#9064)
Browse files Browse the repository at this point in the history
Signed-off-by: Rajshekar Reddy <reddymh@gmail.com>
  • Loading branch information
reddymh authored Aug 2, 2022
1 parent 55d15ae commit e2c2ad3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/disaster-recovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ We only store data in your Kubernetes cluster. You should consider backing this
Exporting example:

```bash
kubectl get wf,cwf,cwft,wftmpl -o yaml > backup.yaml
kubectl get wf,cwf,cwft,wftmpl -A -o yaml > backup.yaml
```

Importing example:

```bash
kubectl apply -f backup.yaml
kubectl apply -f backup.yaml
```

You should also back-up any SQL persistence you use regularly with whatever tool is provided with it.

0 comments on commit e2c2ad3

Please sign in to comment.