Skip to content

Commit

Permalink
docs: update the installation instructions for 4.7.*
Browse files Browse the repository at this point in the history
  • Loading branch information
benipeled committed May 27, 2024
1 parent a0516cd commit 61421b1
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/install/monitoring-stack.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Install Scylla Monitoring Stack
.. code-block:: sh
:substitutions:
wget https://github.com/scylladb/scylla-monitoring/archive/scylla-monitoring-|version|.tar.gz
wget https://github.com/scylladb/scylla-monitoring/archive/|version|.tar.gz
tar -xvf scylla-monitoring-|version|.tar.gz
cd scylla-monitoring-scylla-monitoring-|version|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@ Install 4.y (The new version)
Replace “y” with the new minor and patch release number, for example, 4.0.0.zip


.. note::
For versions 4.7.* and above, use the format `4.7.*.zip`, for example:

.. code-block:: bash
wget -L https://github.com/scylladb/scylla-monitoring/archive/4.7.1.zip
unzip 4.7.b.zip
cd scylla-monitoring-4.7.b/
Setting the server's files
--------------------------

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@ Install 4.y.b (The new version)
Replace “y” with the new minor release number, for example, 4.0.1.zip

.. note::
For versions 4.7.* and above, use the format `4.7.*.zip`, for example:

.. code-block:: bash
wget -L https://github.com/scylladb/scylla-monitoring/archive/4.7.1.zip
unzip 4.7.b.zip
cd scylla-monitoring-4.7.b/
Setting the server's files
--------------------------

Expand Down

0 comments on commit 61421b1

Please sign in to comment.