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
DOC-5003 - PCU-only note for database creation (#25)
* pcu group note
* attributes
* multi-region limitation for PCU-only
* edit programmatic support for PCU only
* apply product-short attribute
* Apply suggestions from code review
Copy file name to clipboardExpand all lines: docs-src/astra-cli-core/modules/ROOT/pages/managing.adoc
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,11 @@ You can use `**DATABASE_NAME**` instead of `**DATABASE_ID**` in all `astra db` c
13
13
14
14
== Create a database
15
15
16
-
The {product} can create {db-serverless} and {db-serverless-vector} databases only.
16
+
The {product} can create {db-serverless} and {db-serverless-vector} databases with on-demand (non-PCU) capacity only.
17
17
It cannot create {db-classic} databases; however, you can use the {product} to <<get-database-details,get information>> about your existing {db-classic} databases.
18
18
19
+
If your organization requires that new databases to belong to a xref:astra-db-serverless:administration:provisioned-capacity-units.adoc[PCU group], you must xref:astra-db-serverless:databases:create-database.adoc[use the {astra-ui} or {devops-api} to create databases] because the {product} doesn't support PCU group assignment with database creation.
20
+
19
21
Use the `astra db create` command to create a new {db-serverless} database:
20
22
21
23
[source,bash,subs="+quotes"]
@@ -2154,6 +2156,8 @@ astra db create-region **DATABASE_ID** -r **REGION**
2154
2156
The database enters *Maintenance* status while provisioning and replicating data to the new region.
2155
2157
Some functions are limited while in *Maintenance* status.
2156
2158
2159
+
If your organization requires use of xref:astra-db-serverless:administration:provisioned-capacity-units.adoc[PCU groups], you must xref:astra-db-serverless:databases:manage-regions.adoc[use the {astra-ui} or {devops-api} to add regions] because the {product} doesn't support PCU group assignment when adding a region.
2160
+
2157
2161
For more information, including requirements and costs for additional regions, see xref:astra-db-serverless:databases:manage-regions.adoc[].
0 commit comments