#Problem Updating 1.93.3 --> "latest" (1.94.1?)

1 messages · Page 1 of 1 (latest)

jolly drift
#

I got the following error in docker compose not starting:

  throw err;
  ^

Error: Cannot find module '/usr/src/app/start.sh'
    at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
    at Function.Module._load (node:internal/modules/cjs/loader:778:27)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)
    at node:internal/main/run_main_module:17:47 {
  code: 'MODULE_NOT_FOUND',
  requireStack: []
}
node:internal/modules/cjs/loader:936
  throw err;
  ^

Error: Cannot find module '/usr/src/app/start.sh'
    at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
    at Function.Module._load (node:internal/modules/cjs/loader:778:27)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)
    at node:internal/main/run_main_module:17:47 {
  code: 'MODULE_NOT_FOUND',
  requireStack: []
}```
(docker logs immich_server and immich_microservices
agile notchBOT
#

:wave: Hey @jolly drift,

Thanks for reaching out to us. Please follow the recommended actions below; this will help us be more effective in our support effort and leave more time for building Immich immich.

References

Checklist

  1. :ballot_box_with_check: I have verified I'm on the latest release(note that mobile app releases may take some time).
  2. :ballot_box_with_check: I have read applicable release notes.
  3. :ballot_box_with_check: I have reviewed the FAQs for known issues.
  4. :ballot_box_with_check: I have reviewed Github for known issues.
  5. :ballot_box_with_check: I have tried accessing Immich via local ip (without a custom reverse proxy).
  6. :ballot_box_with_check: I have uploaded the relevant logs, docker compose, and .env files using the buttons below or the /upload command.
  7. :ballot_box_with_check: I have tried an incognito window, disabled extensions, cleared mobile app cache, logged out and back in, different browsers, etc. as applicable

(an item can be marked as "complete" by reacting with the appropriate number)

If this ticket can be closed you can use the /close command, and re-open it later if needed.

timid urchin
#

Immich does not have a latest tag

agile notchBOT
timid urchin
#

If you want to use the latest stable release change the docker tags to release

jolly drift
#

I had this before but this way i only got v1.93.3 never 1.94.x

timid urchin
#

Can you execute « docker images » ?

jolly drift
#

uh ??? okay

#

now it worked ... 1.94.1 using "release"

#

this is dumb 😄 ... no idea what changed i tried this for 2 days now 😄

timid urchin
#

Ahah no worries

jolly drift
#

thanks anyway

timid urchin
#

@hollow oyster what do you think about deleting the latest docker tags to avoid that kind of confusion ?