To update Axxon One expanded in the Docker container, you must install new .deb packages over the existing ones in the running container. This allows updating the software without removing the user data. To update packages, do the following:
docker ps -a |
docker start <container_id> |
docker exec -it <container_id> sh |
apt update apt install ./axxon-one*.deb |
After you complete the installation, make sure that all processes are running using the command:
docker top <container_name> |
If all child processes are active and the server is available over the network, the update is successful.
You can update the following components in the same way: