Skip to content

Commit 2efeb3a

Browse files
authored
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
1 parent 1804f4a commit 2efeb3a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docs-src/astra-cli-core/modules/ROOT/pages/managing.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ You can use `**DATABASE_NAME**` instead of `**DATABASE_ID**` in all `astra db` c
1313

1414
== Create a database
1515

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.
1717
It cannot create {db-classic} databases; however, you can use the {product} to <<get-database-details,get information>> about your existing {db-classic} databases.
1818

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+
1921
Use the `astra db create` command to create a new {db-serverless} database:
2022

2123
[source,bash,subs="+quotes"]
@@ -2154,6 +2156,8 @@ astra db create-region **DATABASE_ID** -r **REGION**
21542156
The database enters *Maintenance* status while provisioning and replicating data to the new region.
21552157
Some functions are limited while in *Maintenance* status.
21562158

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+
21572161
For more information, including requirements and costs for additional regions, see xref:astra-db-serverless:databases:manage-regions.adoc[].
21582162

21592163
////

0 commit comments

Comments
 (0)