Update Conversion Service in Docker
Learn how to update the Conversion Service to the latest version in Docker.
Automatic update
The automatic update is available if you use the Conversion Service with Docker Compose. For more information, see Docker Compose configuration.
Before you begin
All relevant files, such as appsettings.json
and workflows, are backed up during the update.
Restore your installation using these files in the unlikely event of an error during the update process.
caution
When you update the Conversion Service installation to the latest version, the configuration is no longer compatible with previous versions.
To update the Conversion Service in Docker:
- Change the value of the
IMAGE_VERSION
variable in the.env
file to the latest version. - Run Docker Compose:
docker compose up -d
Manual update
If you are using a standalone Docker container, you can update the Conversion Service manually:
- Update the Conversion Service using the Windows Server approach. Review Update Conversion Service on Windows Server.
- Import updated profiles to new containers based on the new version of the
pdftoolsag/conversion-service
image.