Skip to content

Commit 34320fc

Browse files
modifying adoc instead of html
1 parent 6b2029b commit 34320fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/getting-started/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ <h3 id="_pgo_backup">pgo backup</h3>
448448
</div>
449449
<div class="literalblock">
450450
<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>
452452
</div>
453453
</div>
454454
<div class="paragraph">

hugo/content/getting-started/_index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ or essentially cloning a database with an existing backup archive.
143143

144144
For example, to restore a database from a backup archive:
145145
....
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
147147
....
148148

149149
This will create a new database called *restoredb* based on the

0 commit comments

Comments
 (0)