File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
hugo/content/getting-started Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -140,6 +140,14 @@ pgo create cluster testcluster --service-type=LoadBalancer
140
140
If not set, the ServiceType from *pgo.yaml* will be used, currently
141
141
the default is ClusterIP.
142
142
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
+
143
151
=== pgo backup
144
152
145
153
You can start a backup job for a cluster as follows:
@@ -270,7 +278,7 @@ pgo show backup mycluster --backup-type=pgbackrest
270
278
You can restore from an existing cluster into a newly created PVC
271
279
using the following command:
272
280
....
273
- pgo restore withbr --to-cluster=restored --restore-type=backrest-restore-full
281
+ pgo restore withbr --to-cluster=restored
274
282
pgo create cluster restored --custom-config=backrest-restore-withbr-to-restored --secret-from=withbr --pgbackrest
275
283
....
276
284
You can’t perform that action at this time.
0 commit comments