You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the dokemon server version is updated, the corresponding dokemon-agent version on VPS is not automatically updated. Manual updating of dokemon-agent is cumbersome, especially when dealing with a large number of VPS.
Result
The dokemon server can now update the dokemon-agent version on managed VPS with a single click.
Practice
Deploy dokemon-agent on the respective VPS using docker-compose.yml. The docker-compose.yml content is as follows:
Update the dokemon-agent on VPS.
4.1 Update the dokemon-agent image for the corresponding VPS on the dokemon server.
4.2 Run the backup Definition configuration from step 3 and observe the logs to check if the running version is the latest dokemon-agent.
4.3 Stop and remove the containers from step 2. At this point, the VPS is running the latest version of dokemon-agent (from step 3).
4.4 Re-run step 2. The containers created should now run the latest version of dokemon-agent. Stop the containers from step 3 to complete the update of dokemon-agent on VPS.
Other
It would be beneficial to selectively update dokemon-agent on specific VPS instances. It would be ideal to have an environment variable to determine which Definition configuration the VPS is running (identifying the containers from steps 2 and 3).
The text was updated successfully, but these errors were encountered:
Issue
When the dokemon server version is updated, the corresponding dokemon-agent version on VPS is not automatically updated. Manual updating of dokemon-agent is cumbersome, especially when dealing with a large number of VPS.
Result
The dokemon server can now update the dokemon-agent version on managed VPS with a single click.
Practice
Run
docker-compose up -d
to run in the background. On the dokemon server, you can see that the corresponding VPS is connected.Now you can deploy it like a regular Docker image. After running, you can use
docker-compose down
to shut down the containers from step 1.Just create it but do not run it.
4.1 Update the dokemon-agent image for the corresponding VPS on the dokemon server.
4.2 Run the backup Definition configuration from step 3 and observe the logs to check if the running version is the latest dokemon-agent.
4.3 Stop and remove the containers from step 2. At this point, the VPS is running the latest version of dokemon-agent (from step 3).
4.4 Re-run step 2. The containers created should now run the latest version of dokemon-agent. Stop the containers from step 3 to complete the update of dokemon-agent on VPS.
Other
It would be beneficial to selectively update dokemon-agent on specific VPS instances. It would be ideal to have an environment variable to determine which Definition configuration the VPS is running (identifying the containers from steps 2 and 3).
The text was updated successfully, but these errors were encountered: