wont work after update

updated from version 1.69 to 1.72 today, and now nothing displays anywhere. no app connection, and no web connection. running docker ps shows up just fine, and running systemctl status docker shows everything running fine too.
31 Replies
ilovepotatoes
ilovepotatoesOP2y ago
here is my docker compose file one sec
Alex Tran
Alex Tran2y ago
Please get the logs of the server containers
ilovepotatoes
ilovepotatoesOP2y ago
how do i get those?
Alex Tran
Alex Tran2y ago
Docker logs immich-server
ilovepotatoes
ilovepotatoesOP2y ago
lots of errros errors do u want my env too ?
Alex Tran
Alex Tran2y ago
Hmm something wrong with your postgres container Run docker-compose down And then docker-compose up again
ilovepotatoes
ilovepotatoesOP2y ago
alrighty i ran it still no web working should i get logs again? now the postgress and immich proxy say theyre restarting (1) like that when i go docker ps please help
Alex Tran
Alex Tran2y ago
Try docker-compose dowb Then docker container rm immich-postgres And then docker-compose up again
ilovepotatoes
ilovepotatoesOP2y ago
its saying no such container which is weird ok i had to do docker-compose stop then i could rm immich_postgres and then i put it up again and still no worky is there any way to downgrade? everything worked great before this update is there any way to fix this? or should i look at reinstall options
jrasm91
jrasm912y ago
Can you see why the database is not starting? You can try docker compose logs as well (in the directory with the docker-compose.yml file)
ilovepotatoes
ilovepotatoesOP2y ago
yeah here yah go
jrasm91
jrasm912y ago
FATAL: could not write lock file "postmaster.pid": No space left on device
Either you have a permission issue or you have no space left on the host or drive where the pgdata volume mount is. And on immich proxy
2023/08/10 22:22:26 [emerg] 1#1: mkdir() "/tmp/proxy_temp" failed (28: No space left on device
ilovepotatoes
ilovepotatoesOP2y ago
oh i shouldnt have updated it lol my setup is a main boot volume and two lvm disks that host the data apparently 10 gigs wasnt enough for updates is there a way i can release data from the lvm? or resize the partitions now that its already made? or a good way to save data
jrasm91
jrasm912y ago
This is just for the application or for your library as well? Docker images can add up fast, so you can probably prune those as well. If you can start the database you could take a backup of it.
ilovepotatoes
ilovepotatoesOP2y ago
ok so i have the main computer not on lvm, i set up lvm later but did not want to reset host pc so i made a new partition how do i prune old images?
jrasm91
jrasm912y ago
docker image prune I think. I don't know anything about lvm, but I'm sure you can extend it.
ilovepotatoes
ilovepotatoesOP2y ago
well i can't extend lvm to a non lvm drive or partition without reformating it so all my images are on lvm to be backed up yk but the host os is just ext4
jrasm91
jrasm912y ago
Ah, makes sense. What is taking up all the room on the lvm partition?
ilovepotatoes
ilovepotatoesOP2y ago
my pictures lol i just didnt allocate enough space to the host os when setting it up i think one of my backup drives also runs the host os you see prune worked btw! tysm
jrasm91
jrasm912y ago
Can you move those to a different drive? 10gb doesn't seem like much room lol
ilovepotatoes
ilovepotatoesOP2y ago
yeah i was thinking at first that the app wouldnt get much bigger only my album will but your right ill just clone that partition to another drive
jrasm91
jrasm912y ago
Imo you should have separate storage for the app vs the media
ilovepotatoes
ilovepotatoesOP2y ago
yeah probably but its a samsung ssd and those run so well
jrasm91
jrasm912y ago
Nvme drive?
ilovepotatoes
ilovepotatoesOP2y ago
nah internal ssd
jrasm91
jrasm912y ago
Ah ok
ilovepotatoes
ilovepotatoesOP2y ago
ty for all the help tho! ill set all those storage things up later appreciate it alot tho
jrasm91
jrasm912y ago
Sounds good Np

Did you find this page helpful?