Skip to content

Commit c97d56d

Browse files
Merge pull request #214578 from iriaosara/fixPublicPage
Updating cassandra installation version
2 parents 3edad96 + df094a1 commit c97d56d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/cassandra/support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ keytool -importcert -alias bc2025ca -file bc2025.crt
289289
echo "deb https://downloads.apache.org/cassandra/debian 311x main" | sudo tee -a /etc/apt/sources.list.d/cassandra.sources.list
290290
curl https://downloads.apache.org/cassandra/KEYS | sudo apt-key add -
291291
sudo apt-get update
292-
sudo apt-get install cassandra
292+
sudo apt-get install cassandra=3.11.13
293293
```
294294

295295
**Connect with Unix/Linux/Mac:**

0 commit comments

Comments
 (0)