scylladb / scylladb

NoSQL data store using the seastar framework, compatible with Apache Cassandra
http://scylladb.com
GNU Affero General Public License v3.0
13.41k stars 1.27k forks source link

docs: Issue on page ScyllaDB Web Installer for Linux #18303

Open aoke-dev opened 5 months ago

aoke-dev commented 5 months ago

I would like to report an issue on page https://opensource.docs.scylladb.com/branch-5.2/getting-started/install-scylla/scylla-web-installer

We are trying to install scylladb version 5.2 on RHEL 7.9. We get following error,

We ran following command: curl -sSf get.scylladb.com/server | sudo bash

We got following output: http://downloads.scylladb.com/downloads/scylla/rpm/centos/scylladb-5.2/noarch/repodata/repomd.xml: Trying other mirror. Package hostname-3.13-3.el7_7.1.x86_64 already installed and latest version Package iputils-20160308-10.el7.x86_64 already installed and latest version Installing Scylla version 5.2 for Red Hat Enterprise Linux ... There is no package repository for version '5.2'. For ScyllaDB versions please refer to https://docs.scylladb.com/getting-started/os-support

Problem

Suggest a fix

tzach commented 5 months ago

@yaronkaikov please advise

yaronkaikov commented 5 months ago

I would like to report an issue on page https://opensource.docs.scylladb.com/branch-5.2/getting-started/install-scylla/scylla-web-installer

We are trying to install scylladb version 5.2 on RHEL 7.9. We get following error,

We ran following command: curl -sSf get.scylladb.com/server | sudo bash

This command will install the latest Scylla release available which is 5.4.5 and we don't support Rhel7 from this release

If you want to install 5.2 you should run curl -sSf get.scylladb.com/server | bash -s -- --scylla-version 5.2

We got following output: http://downloads.scylladb.com/downloads/scylla/rpm/centos/scylladb-5.2/noarch/repodata/repomd.xml: Trying other mirror. Package hostname-3.13-3.el7_7.1.x86_64 already installed and latest version Package iputils-20160308-10.el7.x86_64 already installed and latest version Installing Scylla version 5.2 for Red Hat Enterprise Linux ... There is no package repository for version '5.2'. For ScyllaDB versions please refer to https://docs.scylladb.com/getting-started/os-support

Problem

Suggest a fix