For the complete documentation index, see llms.txt. This page is also available as Markdown.

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 Releases page and replace ENTER_VERSION_HERE with your selected version.

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

services:
  umh:
    # make sure to include 'v' in the version string like so: v0.44.31
    image: management.umh.app/oci/united-manufacturing-hub/umh-core:ENTER_VERSION_HERE
  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