Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. Immich
  3. Immich - Package Updates

Immich - Package Updates

Scheduled Pinned Locked Moved Immich
207 Posts 10 Posters 90.5k Views 12 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Package UpdatesP Offline
    Package UpdatesP Offline
    Package Updates
    App Dev
    wrote on last edited by
    #196

    [1.87.1]

    • Update immich to 1.133.1
    • Full Changelog
    • Lower disk usage during VectorChord migration
    • Adds move to locked album button to more views on the web
    • Fixes a bug where the missing button for the duplicate detection job is not working
    • Fixes a bug where a hard link does not navigate to the asset location on the timeline
    • Fixes a bug where styling information is missing in some cases
    • Fixes a bug where locked assets show up in local album view if it is presented on the phone
    • Fixes some translation issues
    • feat: lower disk usage during migration by @mertalev in https://github.com/immich-app/immich/pull/18440
    • fix: mobile user agent set to immich_platform_version by @zackpollard in https://github.com/immich-app/immich/pull/18478
    • feat(web): add to locked folder in album and search by @wuzihao051119 in https://github.com/immich-app/immich/pull/18488
    1 Reply Last reply
    0
    • Package UpdatesP Offline
      Package UpdatesP Offline
      Package Updates
      App Dev
      wrote on last edited by
      #197

      [1.88.0]

      • Update immich to 1.134.0
      • Full Changelog
      • Adds a new API endpoint to check the application version status
      • Adds a mechanism to handle startup reindexing after a failed model change
      • Improves pinch-to-zoom action on the mobile app
      • Replaces the administration user edit button with the action button to go straight to the user's detail page
      • Fixes a bug where generated memories include locked assets
      • Fixes a bug where the search filter panel anchors to the top of the page instead of the viewport
      • Fixes a bug where ctrl/cmd + click doesn't open the photo on a new page
      • Fixes various minor issues related to styling and z-index
      1 Reply Last reply
      0
      • nebulonN Offline
        nebulonN Offline
        nebulon
        Staff
        wrote on last edited by
        #198

        Just to let everyone know. Immich now requires a new postgres extension and moved from pgvecto.rs to pgvector https://immich.app/docs/administration/postgres-standalone/#migrating-to-vectorchord

        This means we have to see how to support this in our postgres addon and then see how to migrate existing installations. So this will require a Cloudron platform update first, in case you wonder why the app isn't updated.

        tobruT A 2 Replies Last reply
        5
        • nebulonN nebulon

          Just to let everyone know. Immich now requires a new postgres extension and moved from pgvecto.rs to pgvector https://immich.app/docs/administration/postgres-standalone/#migrating-to-vectorchord

          This means we have to see how to support this in our postgres addon and then see how to migrate existing installations. So this will require a Cloudron platform update first, in case you wonder why the app isn't updated.

          tobruT Offline
          tobruT Offline
          tobru
          wrote on last edited by
          #199

          @nebulon I wanted to ask about the plans on making pgvector available for Immich. Is this already on the horizon?

          1 Reply Last reply
          0
          • nebulonN Offline
            nebulonN Offline
            nebulon
            Staff
            wrote on last edited by nebulon
            #200

            Yes it is on the roadmap, but requires Cloudron 9 first, which will then come with VectorChord and will sunset pgvercto.rs.
            pgvector as required by VectorChord will still be available. It is all a bit confusing as the field was/is under heavy development to consolidate on one approach for postgres.

            In fact we will even have to do a two-step approach, since currently released (for Cloudron) Immich versions only support VectorChord <= 0.3, while upstream VectorChord is at 0.4+ already and newer Immich versions want >= 0.3

            tobruT 1 Reply Last reply
            1
            • nebulonN nebulon

              Yes it is on the roadmap, but requires Cloudron 9 first, which will then come with VectorChord and will sunset pgvercto.rs.
              pgvector as required by VectorChord will still be available. It is all a bit confusing as the field was/is under heavy development to consolidate on one approach for postgres.

              In fact we will even have to do a two-step approach, since currently released (for Cloudron) Immich versions only support VectorChord <= 0.3, while upstream VectorChord is at 0.4+ already and newer Immich versions want >= 0.3

              tobruT Offline
              tobruT Offline
              tobru
              wrote on last edited by
              #201

              @nebulon Thanks for the explanation; that really sounds confusing and not easy to solve with a shared database. We're in a similar boat with the product I'm working on during my day job. Keep up the good work with Cloudron, thank you!

              1 Reply Last reply
              0
              • nebulonN Offline
                nebulonN Offline
                nebulon
                Staff
                wrote on last edited by
                #202

                [1.88.1]

                • Intermediate release for optional vectorchord support
                1 Reply Last reply
                0
                • R Offline
                  R Offline
                  rollermy
                  wrote last edited by
                  #203

                  The latest Immich mobile app no longer syncs with the server for me.
                  Thanks for your work on this when v9 is ready.

                  1 Reply Last reply
                  4
                  • A Offline
                    A Offline
                    AartJansen
                    wrote last edited by
                    #204

                    After some app update, I got a circle of doom please wait while indexing / hashing (a term I don't remember) ... ANyway it didn't ever finished and I restarted the phone for a different update. Opened immich again, & I had to reselect the "backup" folders with photos on my phone before they displayed again, and even then it only showed them as on local device, despite them being also on the server (confirmed via a web browser). mobile app seems a bit janky right now

                    1 Reply Last reply
                    2
                    • nebulonN nebulon

                      Just to let everyone know. Immich now requires a new postgres extension and moved from pgvecto.rs to pgvector https://immich.app/docs/administration/postgres-standalone/#migrating-to-vectorchord

                      This means we have to see how to support this in our postgres addon and then see how to migrate existing installations. So this will require a Cloudron platform update first, in case you wonder why the app isn't updated.

                      A Offline
                      A Offline
                      AartJansen
                      wrote last edited by
                      #205

                      @nebulon Got a date in mind for the platform upgrade? the mobile is app, is janky / broken in its current state.

                      1 Reply Last reply
                      2
                      • R Offline
                        R Offline
                        rollermy
                        wrote last edited by
                        #206

                        I love using Cloudron as much as possible. And I'm thankful for the work the team does.
                        For Immich, especially since it isn't stable yet, I'm thinking self hosting is going to be the better option. The mobile app needs the latest server release and I'm uncomfortable with it being broken, especially not knowing how long it will stay that way. The last update here was 4 months ago. It's unfortunate the breaking change in Immich and the Cloudron release cycle clashed.

                        1 Reply Last reply
                        0
                        • nebulonN Offline
                          nebulonN Offline
                          nebulon
                          Staff
                          wrote last edited by
                          #207

                          Agree this is not good. I am also using it personally and this needs to be fixed. Issue is that, this time it collided with the major Cloudron platform update taking much longer for us to get out. Next time we will prioritize this better to get a new postgres addon version out sooner 😕

                          1 Reply Last reply
                          1
                          Reply
                          • Reply as topic
                          Log in to reply
                          • Oldest to Newest
                          • Newest to Oldest
                          • Most Votes


                          • Login

                          • Don't have an account? Register

                          • Login or register to search.
                          • First post
                            Last post
                          0
                          • Categories
                          • Recent
                          • Tags
                          • Popular
                          • Bookmarks
                          • Search