How to downgrade
If a downgrade from the latest image is needed please use the following steps:
-
SSH to the host instance
-
Run
docker image ls
to list all previous docker images -
Copy to clipboard the
IMAGE ID
of the desired container image. If no previous images are present please contact [email protected] and we will assist with next steps. -
Find the docker-compose.yml file. This should be in the following location:
/home/your_user
. If you cannot find the docker-compose.yml please use the following guide to obtain it https://docs.transcoder.comprimato.com/v1.15.5/docs/run-docker-container -
Edit the docker-compose.yml in your chosen text editor. Replace
image: "comprimato/live-transcoder:latest"
with theIMAGE ID
you copied earlier i.e.image: "IMAGE ID"
-
Save the changes to the docker-compose.yml
-
Run
docker-compose up -d
. This will compose Live Transcoder container from theIMAGE ID
you selected. -
-
Verify the build version using the web UI > Setup > System Information
Updated 4 months ago