Workflow to Update openhab docker on synology

I’d like to point out that this instruction is either outdated or more complicated than it needs to be (maybe because “latest” is used instead of the version number).

I recently updated from 3.1.0 to 3.2.0 and did it like this:

  1. Create a backup of the mapped folders.
  2. Download/register 3.2.0 image (NOT “latest”)
  3. Create and configure a new container from it (autorun, map folders, network, ports, timezone)
  4. Stop old container, run the new container.
  5. If everything works, the old container can be deleted.

However, I’d wish there would be an even easier way without having to re-configure everything manually every time.

2 Likes