Skip to content

Commit 9a7b843

Browse files
hossainemruztamalsaha
authored andcommitted
Fix BackupSession's Print Columns (#20)
1 parent 73d7b1c commit 9a7b843

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/standalone.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,8 +357,9 @@ Wait for a schedule to appear. Run the following command to watch `BackupSession
357357
$ watch -n 1 kubectl get backupsession -n demo -l=stash.appscode.com/backup-configuration=sample-postgres-backup
358358
359359
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
362363
```
363364

364365
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.

0 commit comments

Comments
 (0)