Skip to content

Commit 2003f8e

Browse files
author
jmccormick2001
committed
update restore command docs
1 parent 4df6122 commit 2003f8e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

operator/task/workflow.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,5 @@ func CompleteCreateClusterWorkflow(clusterName string, Clientset *kubernetes.Cli
5252
log.Errorf("Error completing workflow %s id %s", taskName, task.Spec.Parameters[crv1.PgtaskWorkflowID])
5353
log.Error(err)
5454
}
55+
5556
}

pgo/cmd/restore.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ var restoreCmd = &cobra.Command{
3434
Long: `RESTORE performs a pgBackRest restore to a new PostgreSQL cluster. For example:
3535
3636
pgo restore withbr --to-pvc=restored
37-
pgo create cluster restored --custom-config=backrest-restore-withbr-to-restored --secret-from=withbr --pgbackrest`,
37+
pgo create cluster restored --pgbackrest-restore-from=withbr --pgbackrest`,
3838
Run: func(cmd *cobra.Command, args []string) {
3939
log.Debug("restore called")
4040
if len(args) == 0 {

0 commit comments

Comments
 (0)