To update Segura in one environment with an Arbitrator, follow the steps below:
- Create new Arbitrator config files
orbit cluster arbiter create-config
- Transfer the manifests.tar.gz file to the machine Docker host
scp /var/tmp/Segura-cluster-arbiter/manifests.tar.gz [email protected]:/tmp/
- Go to the opt directory
cd /opt/
- Delete the old manifests folder
rm -rf manifests
- Unzip the new manifests
tar -xzvf /tmp/manifests.tar.gz
- Go to docker-compose directory
cd manifests/docker-compose
- Start the containers
docker-compose up -d
- Verify if the containers are running
orbit cluster arbiter status
Expected result:
Segura cluster arbiter
Status: ENABLED
Arbiter IP address: 192.168.0.5
Galera Cluster arbiter (garbd) status: Connected, OK
Elasticsearch arbiter status: Connected, OK
Troubleshooting guides is available at https://d.Segura.io/woam2aet