Skip to content
Merged
Changes from all 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
16 changes: 2 additions & 14 deletions modules/ROOT/pages/connect-clients-to-proxy.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -218,23 +218,11 @@ If there is no CQL version that is compatible with both clusters, `cqlsh` won't

To connect `cqlsh` to a {product-proxy} instance, do the following:

. On a machine that can connect to your {product-proxy} instance, https://downloads.datastax.com/#cqlsh[download `cqlsh`].
. On a machine that can connect to your {product-proxy} instance, xref:cql:connect:start-cqlsh-linux-mac.adoc[download and install `cqlsh`].
+
Any version of `cqlsh` can connect to {product-proxy}, but some clusters require a specific `cqlsh` version.

. Install `cqlsh` by extracting the downloaded archive:
+
[source,shell,subs="+quotes"]
----
tar -xvf **CQLSH_ARCHIVE**
----
+
Replace `**CQLSH_ARCHIVE**` with the file name of the downloaded `cqlsh` archive, such as `cqlsh-astra-20210304-bin.tar.gz`.

. Change to the `bin` directory in your `cqlsh` installation directory.
For example, if you installed `cqlsh` for {astra-db}, you would run `cd cqlsh-astra/bin`.

. Launch `cqlsh`:
. Start `cqlsh` with your {product-proxy} connection details:
+
[source,shell,subs="+quotes"]
----
Expand Down