#Immich_Server Container constantly restarting no logs

1 messages ยท Page 1 of 1 (latest)

latent islandBOT
#

:wave: Hey @halcyon ivy,

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. :blue_square: I have verified I'm on the latest release(note that mobile app releases may take some time).
  2. :blue_square: I have read applicable release notes.
  3. :blue_square: I have reviewed the FAQs for known issues.
  4. :blue_square: I have reviewed Github for known issues.
  5. :blue_square: I have tried accessing Immich via local ip (without a custom reverse proxy).
  6. :blue_square: I have uploaded the relevant logs, docker compose, and .env files using the buttons below or the /upload command.
  7. :blue_square: 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.

hot talon
#

Can you bring all container down

#

then perform docker compose pull again?

#

then bring them up

halcyon ivy
#

so I got it to work but new problem lol...the server essentially restarted itself from scratch but all the data is still on my drive? Is there a way to get it to recognize all the data under "immich-data" folder?

hot talon
#

Can you double check what is the content of this block in your docker-compose?

halcyon ivy
#

database:
container_name: immich_postgres
image: tensorchord/pgvecto-rs:pg14-v0.2.0@sha256:90724186f0a3517cf6914295b5ab410db9ce23190a2d9d0b9dd6463e3fa298f0
env_file:
- .env
environment:
POSTGRES_PASSWORD: ${DB_PASSWORD}
POSTGRES_USER: ${DB_USERNAME}
POSTGRES_DB: ${DB_DATABASE_NAME}
volumes:
- /mnt/9677ea4d-87bc-4480-89c7-9afac4f8b5d7/Immich/immich-app/Postgres:/var/lib/postgresql/data
restart: always

volumes:
model-cache:

#

I still have all the photos and videos in my immich-app folder so im not stressed about it but I just dont know how to get it to re-recognize or even re-import everything

hot talon
halcyon ivy
#

what do I do if I checked the location of the old database and its not there ๐Ÿ˜…

hot talon
#

can you run docker volume ls?