Skip to content

Commit 3bf9cfc

Browse files
author
Jeff McCormick
committed
update docs
1 parent f7af0fd commit 3bf9cfc

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

hugo/content/getting-started/_index.adoc

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,14 @@ pgo create cluster testcluster --service-type=LoadBalancer
140140
If not set, the ServiceType from *pgo.yaml* will be used, currently
141141
the default is ClusterIP.
142142

143+
You can add a *pgbadger* sidecar into the Postgres pod using:
144+
....
145+
pgo create cluster withbadger --pgbadger
146+
....
147+
148+
This command flag adds the crunchy-pgbadger container into the database
149+
pod, you can then access pgbadger reports at port :10000/api/badgergenerate
150+
143151
=== pgo backup
144152

145153
You can start a backup job for a cluster as follows:
@@ -270,7 +278,7 @@ pgo show backup mycluster --backup-type=pgbackrest
270278
You can restore from an existing cluster into a newly created PVC
271279
using the following command:
272280
....
273-
pgo restore withbr --to-cluster=restored --restore-type=backrest-restore-full
281+
pgo restore withbr --to-cluster=restored
274282
pgo create cluster restored --custom-config=backrest-restore-withbr-to-restored --secret-from=withbr --pgbackrest
275283
....
276284

0 commit comments

Comments
 (0)