Skip to content

Commit 8b4235a

Browse files
Update guides/kubernetes-deployment.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent cc2cd70 commit 8b4235a

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

guides/kubernetes-deployment.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3005,8 +3005,11 @@ velero schedule create elsa-daily \
30053005
--schedule="0 2 * * *" \
30063006
--include-namespaces elsa-workflows
30073007
3008-
# Restore from backup
3009-
velero restore create --from-backup elsa-daily-20240120020000
3008+
# List available backups
3009+
velero backup get
3010+
3011+
# Restore from a specific backup
3012+
velero restore create --from-backup <backup-name>
30103013
```
30113014

30123015
### Monitoring and Alerting

0 commit comments

Comments
 (0)