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 bd5b966208)

Closes scylladb/scylladb#26751
This commit is contained in:
Anna Stuchlik
2025-10-23 09:25:35 +02:00
committed by Botond Dénes
parent 0cd118f5d6
commit ee35b5aa90

View File

@@ -14,6 +14,7 @@ See :doc:`OS Support by Platform and Version </getting-started/os-support/>`.
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
==============================