@@ -13,17 +13,9 @@ Enable [cross-region disaster recovery (CRDR)](/docs/products/postgresql/crdr/cr
1313
1414## Prerequisites
1515
16- - Aiven for PostgreSQL service on at least a Startup plan
17-
18- ::: tip
19- If your Aiven for PostgreSQL service uses a Hobbyist plan or a Free plan,
20- [ upgrade your free plan] ( /docs/platform/concepts/service-pricing#free-plans ) or
21- [ change your Hobbyist plan] ( /docs/platform/howto/scale-services ) to at least a Startup
22- plan.
23- :::
24-
16+ - Aiven for PostgreSQL service on at least a Startup plan - [ see limitations] ( /docs/products/postgresql/crdr/crdr-overview#limitations )
2517- One of the following tools for operating CRDR:
26- - [ Aiven Console] ( https://console.aiven.io/ )
18+ - [ Aiven Console] ( https://console.aiven.io/ ) - [ see limitations ] ( /docs/products/postgresql/crdr/crdr-overview#limitations )
2719 - [ Aiven CLI] ( /docs/tools/cli )
2820 - [ Aiven API] ( /docs/tools/api )
2921 - [ Aiven Provider for Terraform] ( https://registry.terraform.io/providers/aiven/aiven/latest/docs )
@@ -57,7 +49,7 @@ Run [avn service create](/docs/tools/cli/service-cli#avn-cli-service-create):
5749avn service create RECOVERY_SERVICE_NAME \
5850 --service-type pg \
5951 --plan SERVICE_PLAN \
60- --cloud CLOUD_REGION \
52+ --cloud CLOUD_PROVIDER_REGION \
6153 --disaster-recovery-copy-for PRIMARY_SERVICE_NAME
6254```
6355
@@ -66,8 +58,8 @@ Replace the following:
6658- ` RECOVERY_SERVICE_NAME ` with the name of the recovery service, for example,
6759 ` pg-demo-recovery `
6860- ` SERVICE_PLAN ` with the plan to use for the recovery service, for example, ` startup-4 `
69- - ` CLOUD_REGION ` with the cloud region where to host the recovery service, for example,
70- ` google-europe-west-4 `
61+ - ` CLOUD_PROVIDER_REGION ` with the cloud region where to host the recovery service, for
62+ example, ` google-europe-west-4 `
7163- ` PRIMARY_SERVICE_NAME ` with the name of the primary service, for example, ` pg-demo `
7264
7365</TabItem >
0 commit comments