File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -357,8 +357,9 @@ Wait for a schedule to appear. Run the following command to watch `BackupSession
357
357
$ watch -n 1 kubectl get backupsession -n demo -l=stash.appscode.com/backup-configuration=sample-postgres-backup
358
358
359
359
Every 1.0s: kubectl get backupsession -n demo -l=stash.appscode.com/backup-configuration=sample-postgres-backup workstation: Thu Aug 1 18:29:19 2019
360
- NAME BACKUPCONFIGURATION PHASE AGE
361
- sample-postgres-backup-1560350521 sample-postgres-backup Succeeded 5m45s
360
+
361
+ NAME INVOKER-TYPE INVOKER-NAME PHASE AGE
362
+ sample-postgres-backup-1560350521 BackupConfiguration sample-postgres-backup Succeeded 5m45s
362
363
` ` `
363
364
364
365
We can see above that the backup session has succeeded. Now, we are going to verify that the backed up data has been stored in the backend.
You can’t perform that action at this time.
0 commit comments