You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/cloud/manage/jan2025_faq/plan_migrations.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,8 +76,8 @@ Users that use our OpenAPI to create new services will be required to remove the
76
76
The `tier` field has been removed from the service object as there is no more distinction between Development and Production services.
77
77
This will affect the objects returned by the `POST`, `GET`, and `PATCH` service requests. Therefore, any code that consumes these APIs may need to be adjusted to handle these changes.
78
78
79
-
The number of replicas each service will be created with defaults to 3 for the `SCALE` and `ENTERPRISE` tiers, while it defaults to 1 for the `BASIC` tier.
80
-
For the `SCALE` and the `ENTERPRISE` tiers it is possible to adjust it by passing a `numReplicas` field in the service creation request.
79
+
The number of replicas each service will be created with defaults to 3 for the Scale and Enterprise tiers, while it defaults to 1 for the Basic tier.
80
+
For the Scale and the `ENTERPRISE` tiers it is possible to adjust it by passing a `numReplicas` field in the service creation request.
81
81
The value of the `numReplicas` field must be between 2 and 20 for the first service in a warehouse. Services that are created in an existing warehouse can have a number of replicas as low as 1.
82
82
83
83
### What changes should the users make if using the existing Terraform provider for automation?
@@ -90,8 +90,8 @@ After the migration, the `tier` field is no longer accepted, and references to i
90
90
91
91
Users will also be able to specify the `num_replicas` field as a property of the service resource.
92
92
93
-
The number of replicas each service will be created with defaults to 3 for the `SCALE` and `ENTERPRISE` tiers, while it defaults to 1 for the `BASIC` tier.
94
-
For the `SCALE` and the `ENTERPRISE` tiers, it is possible to adjust it by passing a `numReplicas` field in the service creation request.
93
+
The number of replicas each service will be created with defaults to 3 for the Scale and Enterprise tiers, while it defaults to 1 for the Basic tier.
94
+
For the Scale and the `ENTERPRISE` tiers, it is possible to adjust it by passing a `numReplicas` field in the service creation request.
95
95
The value of the `num_replicas` filed must be between 2 and 20 for the first service in a warehouse. Services that are created in an existing warehouse can have a number of replicas as low as 1.
96
96
97
97
### Will users have to make any changes to the database access?
0 commit comments