From d0a48c566190389c85c00f87a879cc8becae08f0 Mon Sep 17 00:00:00 2001 From: Anna Stuchlik Date: Wed, 19 Feb 2025 16:40:13 +0100 Subject: [PATCH] doc: remove the reference to the 6.2 version This commit removes the OSS version name, which is irrelevant and confusing for 2025.1 and later users. Also, it updates the warning to avoid specifying the release when the deprecated feature will be removed. Fixes https://github.com/scylladb/scylladb/issues/22839 Closes scylladb/scylladb#22936 --- docs/operating-scylla/admin-tools/sstableloader.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operating-scylla/admin-tools/sstableloader.rst b/docs/operating-scylla/admin-tools/sstableloader.rst index 05a54957d1..2b358adc97 100644 --- a/docs/operating-scylla/admin-tools/sstableloader.rst +++ b/docs/operating-scylla/admin-tools/sstableloader.rst @@ -5,7 +5,7 @@ Bulk loads SSTables from a directory to a ScyllaDB cluster via the **CQL API**. .. warning:: - SSTableLoader is deprecated since ScyllaDB 6.2 and will be removed in the next release. + SSTableLoader is deprecated and will be removed in a future release. Please consider switching to :doc:`nodetool refresh --load-and-stream `. .. note::