Skip to content

Commit e225657

Browse files
jmckulkandrewlecuyer
authored andcommitted
Update docs to set resources on clone restore jobs
1 parent e739af5 commit e225657

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/content/tutorial/resize-cluster.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ It's important for instances in the same high availability set to have the same
2323
- `spec.backups.pgbackrest.repoHost.resources` section, which sets the resources for the pgBackRest repo host container, as well as any init containers in the associated pod and containers created by the `pgBackRestVolume` [data migration job]({{< relref "guides/data-migration.md" >}}).
2424
- `spec.backups.pgbackrest.sidecars.pgbackrest.resources` section, which sets the resources for the `pgbackrest` sidecar container.
2525
- `spec.backups.pgbackrest.jobs.resources` section, which sets the resources for any pgBackRest backup job.
26-
- `spec.backups.pgbackrest.restore.resources` section, which sets the resources for any pgBackRest restore job.
26+
- `spec.backups.pgbackrest.restore.resources` section, which sets the resources for manual pgBackRest restore job.
27+
- `spec.datasSource.postgresCluster.resources` section, which sets the resources for pgBackRest restore jobs created in the [cloning]({{< relref "./disaster-recovery.md" >}}) process.
2728
- `spec.proxy.pgBouncer.resources` section, which sets the resources for the `pgbouncer` container.
2829
- `spec.proxy.pgBouncer.sidecars.pgbouncerconfig.resources` section, which sets the resources for the `pgbouncer-config` sidecar container.
2930

0 commit comments

Comments
 (0)