Updating

To update umh-core, edit the image tag in your docker-compose.yaml and restart the stack.

  1. Find the latest version on the Releasesarrow-up-right page and replace <VERSION> with your selected version.

  2. Update the umh-core image tag in docker-compose.yaml:

services:
  umh:
    image: management.umh.app/oci/united-manufacturing-hub/umh-core:<VERSION>
  1. Pull the new image and restart:

docker compose up -d

That's it! Your data is preserved in the named volumes.

Note: On Linux without Docker group membership, prefix commands with sudo.

Last updated