Was this page helpful?
Caution
You're viewing documentation for a previous version of ScyllaDB Enterprise. Switch to the latest stable version.
In cases where you need to physically move hardware, or you have no other choice you will need to shut down your cluster in a safe manner.
Before you begin
Confirm no applications are running that are using the cluster as backend storage.
(Only for versions prior to Scylla Open Source 4.3 and Scylla Enterprise 2021.1) Confirm that you know which nodes are the seed nodes. Seed nodes are specified in the scylla.yaml
file.
Procedure
On each node, in parallel:
Run the command nodetool drain.
Validate that the drain procedure has completed by running nodetool status. If the node’s status is listed as DN
, then the drain command has been executed successfully.
Stop the node after drain completed successfully.
sudo systemctl stop scylla-server
docker exec -it some-scylla supervisorctl stop scylla
(without stopping some-scylla container)
To start the nodes again safely, proceed to the Start Clusters Cleanly procedure.
Was this page helpful?