#Hi all, I just updated from 106.3 or .4 to the latest version, and now I'm receiving "502 Bad Gatew"

1 messages · Page 1 of 1 (latest)

torpid garnet
#

Hi all, I just updated from 106.3 or .4 to the latest version, and now I'm receiving "502 Bad Gateway"

Here's the commands that I ran:
docker compose stop
docker compose pull
docker compose up -d --remove-orphans

I never had that issue and idk where's the logs to try to throubleshoot

tulip craterBOT
#

:wave: Hey @torpid garnet,

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.

torpid garnet
#

NAME IMAGE COMMAND SERVICE CREATED STATUS PORTS
immich_db_dumper prodrigestivill/postgres-backup-local "/bin/sh -c 'exec /u…" backup 16 minutes ago Up 15 minutes (healthy) 5432/tcp
immich_machine_learning ghcr.io/immich-app/immich-machine-learning:release "tini -- ./start.sh" immich-machine-learning 16 minutes ago Up 15 minutes (healthy)
immich_microservices ghcr.io/immich-app/immich-server:release "tini -- /bin/bash s…" immich-microservices 16 minutes ago Up 8 seconds (health: starting) 3001/tcp
immich_postgres tensorchord/pgvecto-rs:pg14-v0.2.0@sha256:90724186f0a3517cf6914295b5ab410db9ce23190a2d9d0b9dd6463e3fa298f0 "docker-entrypoint.s…" database 3 months ago Up 15 minutes 5432/tcp
immich_redis redis:6.2-alpine@sha256:80cc8518800438c684a53ed829c621c94afd1087aaeb59b0d4343ed3e7bcf6c5 "docker-entrypoint.s…" redis 3 months ago Up 15 minutes 6379/tcp
immich_server ghcr.io/immich-app/immich-server:release "tini -- /bin/bash s…" immich-server 16 minutes ago Up Less than a second (health: starting) 0.0.0.0:2283->3001/tcp, :::2283->3001/tcp

#

Seems like the db is off

tulip craterBOT
torpid garnet
elfin vault
#

can you do docker compose down, then docker compose prune , then docker compose pull and finally docker compose up?

torpid garnet
#

@elfin vault docker compose prune doesn't exists. Did you meant docker system prune?

elfin vault
#

Sorry

#

Docker container prune

torpid garnet
#

No worries. I got this error after the last sql alter table command

#

🤔

#

any thoughts?

elfin vault
#

you still have micro services in your docker_compose file