Downgrading an appliance stuck in Maintenance Mode
Problem:
A user ran an update on an appliance on the same build, this left the appliance stuck in maintenance mode. They have been advised not to update to the latest appliance with the latest appliance.
Â
Solution:
Please find below the steps to downgrade the appliance manually and upgrade it from the UI.
Â
Open terminal and connect to the appliance
Â
docker images (to check which Versions are present)
Download older version of the appliance 4.6.2834
Â
docker pull http://registry.cloudsphere.com/server-appliance:4.6.2834
Â
docker images (to confirm download completed)
Â
sudo systemctl stop monitor-iqas
Â
docker ps (to get the container id)Â > docker stop container _id
docker rmi -f docker-appliance-id
docker ps
docker rm container_id
sudo systemctl start monitor-iqas
sudo /opt/docker/start-appliance-stack.sh
 You can check the appliance has reverted by checking the UI
Â