File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
hugo/content/getting-started Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -448,7 +448,7 @@ <h3 id="_pgo_backup">pgo backup</h3>
448
448
</ div >
449
449
< div class ="literalblock ">
450
450
< div class ="content ">
451
- < pre > pgo create cluster restoredb --backup-path=mycluster-backups/2017-03-27-13-56-49 --backup-pvc=mycluster-backup --secret-from=mycluster</ pre >
451
+ < pre > pgo create cluster restoredb --backup-path=mycluster-backups/2017-03-27-13-56-49 --backup-pvc=mycluster --secret-from=mycluster</ pre >
452
452
</ div >
453
453
</ div >
454
454
< div class ="paragraph ">
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ or essentially cloning a database with an existing backup archive.
143
143
144
144
For example, to restore a database from a backup archive:
145
145
....
146
- pgo create cluster restoredb --backup-path=mycluster-backups/2017-03-27-13-56-49 --backup-pvc=mycluster --secret-from=mycluster
146
+ pgo create cluster restoredb --backup-path=mycluster-backups/2017-03-27-13-56-49 --backup-pvc=mycluster-backup --secret-from=mycluster
147
147
....
148
148
149
149
This will create a new database called *restoredb* based on the
You can’t perform that action at this time.
0 commit comments