Clean Up Environment
Stopping the Cluster
To stop the cluster, you can use the standard Docker commands to stop the running containers.
To Stop WeScale
docker stop wescale
To Remove WeScale
docker rm wescale
To Stop WeSQL-Server
docker stop wesql-server
To Remove WeSQL-Server
docker rm wesql-server
To Remove the Local Directory
rm -rf ~/wesql-local-dir
To Remove the S3 Bucket
aws s3 rb s3://wesql-storage --force
note
Keep the S3 bucket and empty its contents:
aws s3 rm s3://wesql-storage --recursive