Arbitrator update
- 1 minute to read
- Print
- DarkLight
- PDF
Arbitrator update
- 1 minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
To update senhasegura 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/senhasegura-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:
senhasegura 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.senhasegura.io/woam2aet
Was this article helpful?