Skip to content
Merged
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs-src/astra-cli-core/modules/ROOT/pages/managing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ You can use `**DATABASE_NAME**` instead of `**DATABASE_ID**` in all `astra db` c

== Create a database

The {product} can create {db-serverless} and {db-serverless-vector} databases only.
The {product} can create {db-serverless} and {db-serverless-vector} databases with on-demand (non-PCU) capacity only.
It cannot create {db-classic} databases; however, you can use the {product} to <<get-database-details,get information>> about your existing {db-classic} databases.

For organizations on *Enterprise* plans that require 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.
Comment thread
aimurphy marked this conversation as resolved.
Outdated

Use the `astra db create` command to create a new {db-serverless} database:

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

For organizations on *Enterprise* plans that require 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.
Comment thread
aimurphy marked this conversation as resolved.
Outdated

For more information, including requirements and costs for additional regions, see xref:astra-db-serverless:databases:manage-regions.adoc[].

////
Expand Down