From e8cf224218d1f7e66d2ca0b9477f89c7af8dab02 Mon Sep 17 00:00:00 2001 From: April M Date: Fri, 25 Jul 2025 12:54:51 -0700 Subject: [PATCH] cql shell to cqlsh --- modules/ROOT/pages/connect-clients-to-proxy.adoc | 2 +- modules/ROOT/pages/create-target.adoc | 2 +- modules/ROOT/pages/troubleshooting-tips.adoc | 2 +- modules/sideloader/partials/sideloader-partials.adoc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/ROOT/pages/connect-clients-to-proxy.adoc b/modules/ROOT/pages/connect-clients-to-proxy.adoc index 4a16a77d..cc6d788e 100644 --- a/modules/ROOT/pages/connect-clients-to-proxy.adoc +++ b/modules/ROOT/pages/connect-clients-to-proxy.adoc @@ -13,7 +13,7 @@ We conclude by describing two sample client applications that serve as real-worl You can use the provided sample client applications, in addition to your own, as a quick way to validate that the deployed {product-proxy} is reading and writing data from the expected origin and target clusters. -This topic also explains how to connect CQL shell (`cqlsh`) to {product-proxy}. +This topic also explains how to connect `cqlsh` to {product-proxy}. == {company}-compatible drivers diff --git a/modules/ROOT/pages/create-target.adoc b/modules/ROOT/pages/create-target.adoc index 0af5d8d5..33ba54f7 100644 --- a/modules/ROOT/pages/create-target.adoc +++ b/modules/ROOT/pages/create-target.adoc @@ -82,7 +82,7 @@ For more information, see xref:astra-db-serverless:cql:develop-with-cql.adoc[CQL To help you prepare the schema from the DDL in your origin cluster, consider using the `generate-ddl` functionality in the {dsbulk-migrator-repo}[{dsbulk-migrator}]. However, this tool doesn't automatically convert MVs or indexes. -CQL statements, such as those used to reproduce the schema on the target database, can be executed in {astra-db} using the built-in or standalone CQL shell (`cqlsh`). +CQL statements, such as those used to reproduce the schema on the target database, can be executed in {astra-db} using the built-in or standalone `cqlsh`. For more information, see xref:astra-db-serverless:cql:develop-with-cql.adoc#connect-to-the-cql-shell[CQL for {astra-db}]. == Using a generic CQL cluster as the target diff --git a/modules/ROOT/pages/troubleshooting-tips.adoc b/modules/ROOT/pages/troubleshooting-tips.adoc index 0c0a18ef..d4a2377b 100644 --- a/modules/ROOT/pages/troubleshooting-tips.adoc +++ b/modules/ROOT/pages/troubleshooting-tips.adoc @@ -149,7 +149,7 @@ This flag will prevent you from accessing the logs when {product-proxy} stops or Querying `system.peers` and `system.local` can help you investigate {product-proxy} configuration issues: -. xref:ROOT:connect-clients-to-proxy.adoc#connect-the-cql-shell-to-zdm-proxy[Connect CQL shell (`cqlsh`) to a {product-proxy} instance.] +. xref:ROOT:connect-clients-to-proxy.adoc#connect-the-cql-shell-to-zdm-proxy[Connect cqlsh to a {product-proxy} instance.] . Query `system.peers`: + diff --git a/modules/sideloader/partials/sideloader-partials.adoc b/modules/sideloader/partials/sideloader-partials.adoc index 4e583961..f465a929 100644 --- a/modules/sideloader/partials/sideloader-partials.adoc +++ b/modules/sideloader/partials/sideloader-partials.adoc @@ -23,7 +23,7 @@ It is important to use the specific node name to ensure that each node has a uni // end::command-placeholders-common[] // tag::validate[] -After the migration is complete, you can query the migrated data using the xref:astra-db-serverless:cql:develop-with-cql.adoc#connect-to-the-cql-shell[CQL shell] (`cqlsh`) or xref:astra-db-serverless:api-reference:row-methods/find-many.adoc[{data-api}]. +After the migration is complete, you can query the migrated data using the xref:astra-db-serverless:cql:develop-with-cql.adoc#connect-to-the-cql-shell[cqlsh] or xref:astra-db-serverless:api-reference:row-methods/find-many.adoc[{data-api}]. You can xref:ROOT:cassandra-data-migrator.adoc#cdm-validation-steps[run {cass-migrator} ({cass-migrator-short}) in validation mode] for more thorough validation. {cass-migrator-short} also offers an AutoCorrect mode to reconcile any differences that it detects.