Was this page helpful?
Caution
You're viewing documentation for a previous version of ScyllaDB Open Source. Switch to the latest stable version.
ScyllaDB Web Installer is a platform-agnostic installation script you can run with curl
to install ScyllaDB on Linux.
See ScyllaDB Download Center for information on manually installing ScyllaDB with platform-specific installation packages.
Ensure that your platform is supported by the ScyllaDB version you want to install. See OS Support by Platform and Version.
To install ScyllaDB with Web Installer, run:
curl -sSf get.scylladb.com/server | sudo bash
By default, running the script installs the latest official version of ScyllaDB Open Source. You can use the following options to install a different version or ScyllaDB Enterprise:
Option |
Acceptable values |
Description |
---|---|---|
|
|
Specifies the ScyllaDB product to install: Open Source ( |
|
|
Specifies the ScyllaDB version to install. You can specify the major release ( |
You can run the command with the -h
or --help
flag to print information about the script.
Installing ScyllaDB Open Souce 4.6.1:
curl -sSf get.scylladb.com/server | sudo bash -s -- --scylla-version 4.6.1
Installing the latest patch release for ScyllaDB Open Source 4.6:
curl -sSf get.scylladb.com/server | sudo bash -s -- --scylla-version 4.6
Installing ScyllaDB Enterprise 2021.1:
curl -sSf get.scylladb.com/server | sudo bash -s -- --scylla-product scylla-enterprise --scylla-version 2021.1
Was this page helpful?