File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -362,10 +362,10 @@ Wait for the next schedule. Run the following command to watch `BackupSession` c
362362
363363` ` ` console
364364$ kubectl get backupsession -n demo -w
365- NAME BACKUPCONFIGURATION PHASE AGE
366- sample-elasticsearch-backup-1570098367 sample-elasticsearch-backup Running 9s
367- sample-elasticsearch-backup-1570098367 sample-elasticsearch-backup Running 79s
368- sample-elasticsearch-backup-1570098367 sample-elasticsearch-backup Succeeded 79s
365+ NAME INVOKER-TYPE INVOKER-NAME PHASE AGE
366+ sample-elasticsearch-backup-1570098367 BackupConfiguration sample-elasticsearch-backup Running 9s
367+ sample-elasticsearch-backup-1570098367 BackupConfiguration sample-elasticsearch-backup Running 65s
368+ sample-elasticsearch-backup-1570098367 BackupConfiguration sample-elasticsearch-backup Succeeded 79s
369369` ` `
370370
371371We 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