-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upload from app fail #328
Comments
is |
/photos was always mounted as smb. It worked flawlessly before the update so I am at a loss. all that was done was pull the new image and in Postgre install the vectors thingy |
what does |
success? |
Hi @hydazz , thank you for your attention first. I have the exactly same issue. Just updated my postgredb, and then encountered this issue. my
my error message is: however if I run For a long time I used environment variable in my docker compose file: I also tried Not sure what is wrong now, I tried to log into the container and tried to create/remove files, and it works well. Looks like only the Please kindly let me know your thoughts. Thank you in advance! |
is this share mounted via fstab? |
I think no, as the output of Actually the immich and the storage are running on Azure Container App and Azure Storage Account, so I'm not sure how the storage has been mounted. |
Does Azure allow you to change the permissions of the mount? |
Well it should be possible. may I know what permission I need to change? |
The mounts should be mounted so that the owner is you could also try |
Thank you @hydazz , my issue has been resolved by changing |
Just another comment for users who using Azure Container APP and Azure Storage Account to run Immich. This version of Immich will take more time to start up, the default setting of the startup probe will treat the container as unhealthy, so the |
In my case the permissions were fine as it worked without an issue till I did an update of the image (pull the latest etc). I solved it by saving all the images in a separate folder, deleting the old stack and re-creating everything from 0 and this time used the postgresql inside the image and not my separate one (I have a separate postgre that I used for other projects as well). Reimported the external library and now works. Nothing changed in the mount/permissions etc |
Hi,
Which Image do you use? Couldn't find an Immich-Image including Postgres. |
Sorry wrong choice of words. I meant the docker compose file contains a postgresql container. In my previous set-up I had a separate VM that handled all my database requirements (postgresql, mysql with several versions). I think the problem was in the pgvectors extensions that was different than the newly required one. |
@qbicus Thanks for clearing that up |
Quick Update: I solved my problem by using the official unraid setup for immich via docker compose manager: https://immich.app/docs/install/unraid/ |
For every image that is upoloaded after the 1.99 release I get in the log file the following:
The image appears in the webinterface but it is broken.
The text was updated successfully, but these errors were encountered: