Welcome to Headwind MDM Q&A, where you can ask questions and receive answers from other members of the community.

Please do not post bug reports, missing feature requests, or demo inquiries. If you have such an inquiry, submit a contact form.

0 votes

We would like to know the recommended procedure for updating the Docker-based version in the future, once it is in production.

by (44.0k points)

1 Answer

0 votes

To update the Docker instance of Headwind MDM:

1. Sign in to the web panel, and download the new version through admin -> Check for updates (click "Update" to download updates).

2. Once the update is downloaded, restart the container - it should install the new version.

docker-compose restart hmdm

Notice: using start and stop instead of restart WILL NOT run the update.

3. In the browser, reload the Headwind MDM web application (Ctrl-F5 in Chrome), and check the version through admin -> About. If you still see the old version, try clearing the browser cache.

by (44.0k points)
...