I know we had posts like this before, but Immich deserves 👏

One more update, one less container, the best Google Photos alternative, its just amazing!!

Don’t forget to edit your docker-compose before updating

  • Norgur@kbin.social
    link
    fedilink
    arrow-up
    22
    arrow-down
    3
    ·
    7 months ago

    Noticed it stopped working yesterday, wasnt at home so I couldn’t really get into it, just checked the docker logs via portainer on the go and was like “wtf is this error?!” Was relieved when I learned what the issue was and that it’s just a restructuring of the containers.

    While it can be unnerving that they don’t shy away from breaking things in order to improve the service, it’s actually a very good thing and keeps the app from getting bogged down in some "but backwards compatibility"legacy code hell (wonder what some people in Redmond would know about that). Let’s just hope that they never publish an update that permanently breaks things when you haven’t followed a very strict weird update procedure or something.

    • MangoPenguin@lemmy.blahaj.zone
      link
      fedilink
      English
      arrow-up
      13
      ·
      7 months ago

      They have mentioned that once out of dev/alpha status they will figure out proper release versioning so you can pin a major version and not get breaking changes.

    • Discover5164@lemm.ee
      link
      fedilink
      English
      arrow-up
      13
      ·
      7 months ago

      you should exclude the immich stack from auto-updating and subscribe to immich releases.

      most of the time will just be a docker compose pull && docker compose up -d && docker compose logs -f

      • DeltaTangoLima@reddrefuge.com
        link
        fedilink
        English
        arrow-up
        3
        ·
        7 months ago

        Or, if you do have it auto-update (like I do) prepare for things to break every now and then. I auto-update just about all containers except those that would break either my home automation or my ability to login to my network and fix things. Everything else auto-updates, including Immich.

        My Immich broke this weekend when they switched the stack over to pgvecto, to use vector searching in Postgres. Easily fixed, but took me a solid minute to figure out what had changed.

        Which is kinda weird they didn’t communicate this one so well. In the lead-up to v.1.88.0, Alex made an announcement on Github to let people know the breaking change was the removal of the web container from the stack, rolling the webserver into the main server container itself. That was a good move, as all I did was flip my Watchtower container on that host to monitor only.

        Dunno why they didn’t do something similar for the Postgres change. Was just as breaking.

        • roofuskit@lemmy.world
          link
          fedilink
          English
          arrow-up
          5
          arrow-down
          2
          ·
          7 months ago

          Updating software that’s in such early development without reading the release notes is foolish.

          • DeltaTangoLima@reddrefuge.com
            link
            fedilink
            English
            arrow-up
            7
            arrow-down
            4
            ·
            7 months ago

            Is it hard to breathe in that rarified air, up on your high horse?

            I’ll keep taking my calculated risks. You keep judging strangers on the internet. 👍

            • WindowsEnjoyer@sh.itjust.works
              link
              fedilink
              English
              arrow-up
              3
              arrow-down
              1
              ·
              7 months ago

              roofuskit is right. Unless you use it as secondary method of backing up your memories - it is foolish. There are constant breaking changes that requires modification to Docker-Compose for Immich project. But you do you. :) I am not Google to tell you what to do. 😅

              • azertyfun@sh.itjust.works
                link
                fedilink
                English
                arrow-up
                3
                ·
                7 months ago

                Immich saves pictures on the filesystem, where they are easily picked up by all my backup solutions. My pictures also get uploaded on NextCloud before being moved to Immich’s auto-upload folder.

                … Where exactly is the risk for my precious memories? The bloody thing could rm -rf /* for all I care.

              • DeltaTangoLima@reddrefuge.com
                link
                fedilink
                English
                arrow-up
                2
                ·
                7 months ago

                Immich’s repo explicitly states not to rely on it as a primary backup of your photos and videos. Seems to me the more foolish thing would be to ignore that advice.

                ¯\_(ツ)_/¯

      • Chewy@discuss.tchncs.de
        link
        fedilink
        English
        arrow-up
        2
        ·
        edit-2
        7 months ago

        Unless the container follows semver and only auto updates minor versions.

        Edit : Which Immich isn’t.