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
### What will the experience be for users in trial running Development and Production services?
28
28
@@ -65,15 +65,15 @@ Your service has to be on version 24.8 or later and already migrated to SharedMe
65
65
66
66
### What is the migration experience for users of the current Development and Production services? Do users need to plan for a maintenance window where the service is unavailable?
67
67
68
-
Migrations of Development and Production services to the new pricing tiers may trigger a server restart. To migrate to Dedicated services, please contact support.
68
+
Migrations of Development and Production services to the new pricing tiers may trigger a server restart. To migrate to Dedicated services, please contact [support](https://clickhouse.com/support/program).
69
69
70
70
### What other actions should a user take after the migration?
71
71
72
72
API access patterns will be different.
73
73
74
74
Users that use our OpenAPI to create new services will be required to remove the `tier` field in the service creation `POST` request.
75
75
76
-
The `tier` field has been removed from the service object as there is no more distinction between Development and Production services.
76
+
The `tier` field has been removed from the service object as we no longer have service tiers.
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
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.
0 commit comments