Problem with update after restore
Hi all,
My drive crashed and I had to restore in a new Ubuntu server. Everything seemed to work properly and I could see my images in Immich, but then, when I tried to update the server to the new version I run into a problem. When running sudo docker compose up -d, I get the following output.
[+] Running 4/5
Network immich_default Created 0.2s
Container immich_redis Started 4.3s
⠼ Container immich_postgres Starting 4.3s
Container immich_machine_learning Started 4.1s
Container immich_server Created 0.8s
Error response from daemon: error while creating mount source path '/usr/bin/immich-app/postgres': mkdir /usr/bin/immich-app: read-only file system
I checked permissions and they seem ok, as they are the same I had on the original setup:
drwxr-xr-x 4 root root 4096 sep 13 11:01 /usr/bin/immich-app
drwx------ 9 ncadmin ncadmin 4096 sep 13 09:21 /usr/bin/immich-app/library
drwx------ 21 lxd root 4096 sep 13 09:04 /usr/bin/immich-app/postgres
Any clue as to what I may be doing wrong or how to solve it? Thanks a lot,
Ignacio
My drive crashed and I had to restore in a new Ubuntu server. Everything seemed to work properly and I could see my images in Immich, but then, when I tried to update the server to the new version I run into a problem. When running sudo docker compose up -d, I get the following output.
[+] Running 4/5
⠼ Container immich_postgres Starting 4.3s
Error response from daemon: error while creating mount source path '/usr/bin/immich-app/postgres': mkdir /usr/bin/immich-app: read-only file system
I checked permissions and they seem ok, as they are the same I had on the original setup:
drwxr-xr-x 4 root root 4096 sep 13 11:01 /usr/bin/immich-app
drwx------ 9 ncadmin ncadmin 4096 sep 13 09:21 /usr/bin/immich-app/library
drwx------ 21 lxd root 4096 sep 13 09:04 /usr/bin/immich-app/postgres
Any clue as to what I may be doing wrong or how to solve it? Thanks a lot,
Ignacio