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?
No description
13 Replies
bo0tzz
bo0tzz2y ago
That usually indicates a problem with your library volume mounts
Pope7023
Pope7023OP2y ago
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
bo0tzz
bo0tzz2y ago
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
Pope7023
Pope7023OP2y ago
So how do i resolve this? I can see the files correctly inside /upload_location/library. Just can't see it on the webui
bo0tzz
bo0tzz2y ago
Can you see all the files, both old ones and newly uploaded ones?
Pope7023
Pope7023OP2y ago
Yup, i can see and open the files on my media
Pope7023
Pope7023OP2y ago
I did docker-compose down then docker-compose pull and docker-compose up without -d flag. I can see the following errors on console.
No description
Pope7023
Pope7023OP2y ago
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.
Pope7023
Pope7023OP2y ago
No description
Pope7023
Pope7023OP2y ago
Thoughts on how I can get it to work?
Alex Tran
Alex Tran2y ago
Restart your system and verify that the mount can be seen in the server container
Pope7023
Pope7023OP2y ago
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.
Alex Tran
Alex Tran2y ago
thank you for reporting back

Did you find this page helpful?