Skip to content
Snippets Groups Projects
Verified Commit 47e92b19 authored by Vincent Sellier's avatar Vincent Sellier
Browse files

admin/cassandra: Fix a typo in keyspace creation commands

parent ce380c2d
No related branches found
No related tags found
No related merge requests found
......@@ -265,7 +265,7 @@ data volume, with a Replication factor (RF) of 3. Adapt according to your own ne
CREATE KEYSPACE swh WITH replication = {'class': 'NetworkTopologyStrategy', 'sesi_rocquencourt_staging': '3'} AND durable_writes = true;
# If needed
CREATE KEYSPACE swh WITH reaper_db = {'class': 'NetworkTopologyStrategy', 'sesi_rocquencourt_staging': '3'} AND durable_writes = true;
CREATE KEYSPACE reaper_db WITH replication = {'class': 'NetworkTopologyStrategy', 'sesi_rocquencourt_staging': '3'} AND durable_writes = true;
2. Alter the system keyspace replication to prepare the authenticated accesses
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment