#Immich Helm Chart Migration Issue with Postgresql
1 messages · Page 1 of 1 (latest)
:wave: Hey @fluid summit,
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
.
References
- Container Logs:
docker compose logsdocs - Container Status:
docker compose psdocs - Reverse Proxy: https://immich.app/docs/administration/reverse-proxy
Checklist
- :ballot_box_with_check: I have verified I'm on the latest release(note that mobile app releases may take some time).
- :ballot_box_with_check: I have read applicable release notes.
- :ballot_box_with_check: I have reviewed the FAQs for known issues.
- :ballot_box_with_check: I have reviewed Github for known issues.
- :ballot_box_with_check: I have tried accessing Immich via local ip (without a custom reverse proxy).
- :ballot_box_with_check: I have uploaded the relevant logs, docker compose, and .env files using the buttons below or the
/uploadcommand. - :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.
@fluid summit uploaded
Successfully submitted, a tag has been added to inform contributors. :white_check_mark:
You might find this helpful:
https://github.com/immich-app/immich/discussions/7252#discussioncomment-8535061
i only have that old version of the database
It's ok, read what I wrote later on GitHub.
I'm not sure this will help in your case, but as long as you have a backup it's worth a try.
you mean this?
UPDATE pg_catalog.pg_extension SET extversion = '0.2.0' WHERE extname = 'vectors';
Wait a minute, I think I misunderstood something.
I don't want to just say, it looks like duplicates in the database (probably you have duplicate entries in the database?) it looks like there is a migration mechanism that tried to run but failed
I see no mention of this problem in the past on GitHub or here on Discord.
Maybe @opal zealot will know how to help better on this issue
yeah same i mean i am fine if i just delete something so it works.
When restoring, make sure that the db is clean. In particular, the immich server has to have never run with that db since it runs a bunch of migrations at startup that prevents the restore from working.
ah ok maybe thats the problem