sam m
IImmich
•Created by sam m on 2/28/2025 in #help-desk-support
When upgrading immich (docker compose based installation), i get a container state improper error
Awesome!! @Mraedis and @bo0tzz, thanks for the help. It seems as though podman was having some wierd interaction with docker for me. I've now removed it, and everything seems mostly normal for now...
26 replies
IImmich
•Created by sam m on 2/28/2025 in #help-desk-support
When upgrading immich (docker compose based installation), i get a container state improper error
I see. Perhaps it's causing the issues where the ports are blocked...
26 replies
IImmich
•Created by sam m on 2/28/2025 in #help-desk-support
When upgrading immich (docker compose based installation), i get a container state improper error
What does podman do, and how do I fix this?
26 replies
IImmich
•Created by sam m on 2/28/2025 in #help-desk-support
When upgrading immich (docker compose based installation), i get a container state improper error
Now my syslog is filling up with the following messages!!
26 replies
IImmich
•Created by sam m on 2/28/2025 in #help-desk-support
When upgrading immich (docker compose based installation), i get a container state improper error
Is there a way to completely restart my docker configuration, but without losing all the immich database?
26 replies
IImmich
•Created by sam m on 2/28/2025 in #help-desk-support
When upgrading immich (docker compose based installation), i get a container state improper error
So, I've changed ownership, eventually rebooted computer and managed to get docker to restart appropriately. Now when I look at the postgres directory, it's ownership is different (user is a number: 10998), and the postgres ownership issue is still present in the logs...
26 replies
IImmich
•Created by sam m on 2/28/2025 in #help-desk-support
When upgrading immich (docker compose based installation), i get a container state improper error
After killing the docker process that was using this address using
sudo kill -9 'sudo lsof -t -i:2283'
, I still had the same error come up when I ran docker compose up -d
26 replies
IImmich
•Created by sam m on 2/28/2025 in #help-desk-support
When upgrading immich (docker compose based installation), i get a container state improper error
Thanks. I'm not particularly familiar with docker.
I've corrected permissions to the same user that owns the docker-compose.yml file.
Now, I ran
docker compose down
and then docker compose up -d
, and I now get the following error:
[+] Running 4/5
✔ Network immich_default Created 0.0s
✔ Container immich_machine_learning Started 177.5s
✔ Container immich_postgres Started 177.4s
✔ Container immich_redis Started 177.4s
⠦ Container immich_server Starting 156.7s
Error response from daemon: rootlessport listen tcp 0.0.0.0:2283: bind: address already in use
26 replies
IImmich
•Created by sam m on 2/28/2025 in #help-desk-support
When upgrading immich (docker compose based installation), i get a container state improper error
Where do I need to look to find the filesystem location of the database folder?
26 replies
IImmich
•Created by sam m on 2/28/2025 in #help-desk-support
When upgrading immich (docker compose based installation), i get a container state improper error
Herewith the .env
# You can find documentation for all the supported env variables at https://immich.app/docs/install/environment-variables
# The location where your uploaded files are stored
UPLOAD_LOCATION=/home/smorar/Immich_Upload
# The location where your database files are stored
DB_DATA_LOCATION=./postgres
# The Immich version to use. You can pin this to a specific version like "v1.71.0"
IMMICH_VERSION=release
# Connection secret for postgres. You should change it to a random password
DB_PASSWORD=aoluOoilx24Eoeu1aoeu313
#LOG_LEVEL=debug
# The values below this line do not need to be changed
###################################################################################
DB_USERNAME=postgres
DB_DATABASE_NAME=immich
26 replies
IImmich
•Created by sam m on 2/28/2025 in #help-desk-support
When upgrading immich (docker compose based installation), i get a container state improper error
docker ps -a returns the following:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
0c917f39cfcb registry.hub.docker.com/tensorchord/pgvecto-rs "postgres -c shared_…" 24 hours ago Up Less than a second immich_postgres
575f0e4813d3 ghcr.io/immich-app/immich-machine-learning:release-cuda "./start.sh" 13 minutes ago Created aad2e0956ecb_immich_machine_learning
aad2e0956ecb ghcr.io/immich-app/immich-machine-learning:release-cuda "./start.sh" 24 hours ago Stopping immich_machine_learning
ebfc3db2bc0f redis "redis-server" 23 hours ago Up 23 hours immich_redis
f0d866792efe ghcr.io/immich-app/immich-server:release "start.sh" 23 hours ago Created 2283/tcp immich_server
26 replies
IImmich
•Created by sam m on 2/28/2025 in #help-desk-support
When upgrading immich (docker compose based installation), i get a container state improper error
When checking docker compose logs, I keep getting the following logs repeated:
immich_postgres | chown: changing ownership of '/var/lib/postgresql/data': Operation not permitted
immich_postgres | chmod: changing permissions of '/var/lib/postgresql/data': Operation not permitted
immich_postgres | find: ‘/var/lib/postgresql/data’: Permission denied
26 replies
IImmich
•Created by sam m on 2/28/2025 in #help-desk-support
When upgrading immich (docker compose based installation), i get a container state improper error
Docker compose file
26 replies