Photos uploaded using 1.72 are now broken after upgrading to 1.73.
Old photos uploaded using version 1.72 are apprearing blurred on webui and upon opening it the links seems be broken. See screenshot. If I take new pictures they sync and appear fine. Do I need to run a certain job after upgrade?

13 Replies
That usually indicates a problem with your library volume mounts
But this only happend after the upgrade and if there was a problem with the mount then new photos should also exhibit the same behavior
Not necessarily, if the mount is broken it will just store new files inside of the container or such and so it will look fine
So how do i resolve this? I can see the files correctly inside /upload_location/library. Just can't see it on the webui
Can you see all the files, both old ones and newly uploaded ones?
Yup, i can see and open the files on my media
I did docker-compose down then docker-compose pull and docker-compose up without -d flag. I can see the following errors on console.

Everytime i try to access a file I am seeing no such directory error as shown above. my upload location on .env file looks correct.

Thoughts on how I can get it to work?
Restart your system and verify that the mount can be seen in the server container
OK, sorry how do I make sure the Mount is seen in server container?
Ok this is now resolved! I found out that my external media named "My Book" is now being mounted by ubuntu as "My Book1" for some reason and since my upload_location was pointing to "My_Book" the old files weren't loading. After using df to find all the external device and their mount points then configuring the upload location this is resolved.
thank you for reporting back