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
here is my docker compose file
one sec
Please get the logs of the server containers
how do i get those?
Docker logs immich-server
lots of errros
errors
do u want my env too
?
Hmm something wrong with your postgres container
Run docker-compose down
And then docker-compose up again
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
Try docker-compose dowb
Then docker container rm immich-postgres
And then docker-compose up again
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
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)yeah here yah go
FATAL: could not write lock file "postmaster.pid": No space left on deviceEither 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
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
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.
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?
docker image prune I think.
I don't know anything about lvm, but I'm sure you can extend it.
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
Ah, makes sense.
What is taking up all the room on the lvm partition?
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
Can you move those to a different drive? 10gb doesn't seem like much room lol
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
Imo you should have separate storage for the app vs the media
yeah probably but its a samsung ssd and those run so well
Nvme drive?
nah internal ssd
Ah ok
ty for all the help tho! ill set all those storage things up later
appreciate it alot tho
Sounds good
Np