Skip to content

Commit 046225f

Browse files
authored
C 5.0 support in sideloader (#217)
* sideloader supported databases * Update modules/sideloader/pages/prepare-sideloader.adoc
1 parent 65a79c0 commit 046225f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

modules/sideloader/pages/prepare-sideloader.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,11 @@ Review all of these to ensure that your cluster is compatible with {sstable-side
130130

131131
* Your origin cluster must run a supported database version:
132132
+
133-
** {cass-reg} 3.11 or later
134133
** {dse-short} 5.1 or later
135134
** {hcd-short} 1.1 or later
136-
//Due to a potential occasional issue affecting SSTables generated by C* 3.0 / DSE 5.0. Until the fix is rolled out, we need to restrict the SSTable versions.
135+
** {cass-reg} 3.11 through 4.x
136+
+
137+
{cass-short} 5.0 tables aren't supported unless the cluster is configured to explicitly use the {cass-short} 4.x storage format (`storage_compatibility_mode: CASSANDRA_4`).
137138

138139
* Your origin cluster must use the default https://cassandra.apache.org/doc/stable/cassandra/configuration/cass_yaml_file.html#partitioner[partitioner], `Murmur3Partitioner`.
139140
+

0 commit comments

Comments
 (0)