From 23af0375a0cc96769d5cc81cb57844166cce5a2d Mon Sep 17 00:00:00 2001 From: "April I. Murphy" <36110273+aimurphy@users.noreply.github.com> Date: Wed, 24 Sep 2025 05:12:11 -0700 Subject: [PATCH] Astra DB keyspace clarification --- pages/core/databases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/core/databases.md b/pages/core/databases.md index a3df67d..af2f821 100644 --- a/pages/core/databases.md +++ b/pages/core/databases.md @@ -56,7 +56,7 @@ DATABASE_CA_CERT="Base64 encoded CA cert" ``` - > Note for CassandraDB: If you are using cloud provider like [DataStax](https://www.datastax.com/products/datastax-astra), they don't allow creating `keyspace`. So please make sure you have `keyspace` named `authorizer` created from their [GUI](https://docs.datastax.com/en/astra/docs/datastax-astra-faq.html#_i_am_trying_to_create_a_keyspace_in_the_cql_shell_and_i_am_running_into_an_error_how_do_i_fix_this). + > Note for CassandraDB: If you are using Astra DB, [CQL for Astra DB](https://docs.datastax.com/en/astra-db-serverless/cql/develop-with-cql.html) doesn't allow `CREATE KEYSPACE`, so you must [create a keyspace](https://docs.datastax.com/en/astra-db-serverless/databases/manage-keyspaces.html) named `authorizer` before applying the `cassandradb` configuration. - [ScyllaDB](https://www.scylladb.com/)