From ee35b5aa901b36bbe8a4570422d3050be7a41359 Mon Sep 17 00:00:00 2001 From: Anna Stuchlik Date: Thu, 23 Oct 2025 09:25:35 +0200 Subject: [PATCH] doc: add --list-active-releases to Web Installer Fixes https://github.com/scylladb/scylladb/issues/26688 V2 of https://github.com/scylladb/scylladb/pull/26687 Closes scylladb/scylladb#26689 (cherry picked from commit bd5b96620862ebb9caf52a2129db9c4f1650bc48) Closes scylladb/scylladb#26751 --- .../installation-common/scylla-web-installer.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/getting-started/installation-common/scylla-web-installer.rst b/docs/getting-started/installation-common/scylla-web-installer.rst index d850fed3e7..cd4a79e7d8 100644 --- a/docs/getting-started/installation-common/scylla-web-installer.rst +++ b/docs/getting-started/installation-common/scylla-web-installer.rst @@ -14,6 +14,7 @@ See :doc:`OS Support by Platform and Version `. Install ScyllaDB with Web Installer --------------------------------------- + To install ScyllaDB with Web Installer, run: .. code:: console @@ -27,7 +28,13 @@ You can run the command with the ``-h`` or ``--help`` flag to print information Installing a Non-default Version --------------------------------------- -You can install a version other than the default. +You can install a version other than the default. To get the list of supported +release versions, run: + +.. code:: console + + curl -sSf get.scylladb.com/server | sudo bash -s -- --list-active-releases + Versions 2025.1 and Later ==============================