CatTrigger
IImmich
•Created by CatTrigger on 3/11/2025 in #help-desk-support
ERROR [TypeOrmModule] Unable to connect to the database.
Thank you again!
34 replies
IImmich
•Created by CatTrigger on 3/11/2025 in #help-desk-support
ERROR [TypeOrmModule] Unable to connect to the database.
You're right. That did it. I commented out the docker-compose changes and redis_port.
34 replies
IImmich
•Created by CatTrigger on 3/11/2025 in #help-desk-support
ERROR [TypeOrmModule] Unable to connect to the database.
I mean, let me try. I'll docker compose down, and comment out the docker-compose changes I did
34 replies
IImmich
•Created by CatTrigger on 3/11/2025 in #help-desk-support
ERROR [TypeOrmModule] Unable to connect to the database.
The only other thing I did was make postgre in .env ./postgre as opposed to the network share.
However, that still resulted in the same errors I was receiving.
34 replies
IImmich
•Created by CatTrigger on 3/11/2025 in #help-desk-support
ERROR [TypeOrmModule] Unable to connect to the database.
gotcha
34 replies
IImmich
•Created by CatTrigger on 3/11/2025 in #help-desk-support
ERROR [TypeOrmModule] Unable to connect to the database.
I've tested every step from a standard docker compose and .env file.
-Originally, I got the cannot connect database error. -I then added the REDIS_PORT=6380 which resulted in the ECONN error. -I then added ports: 6380:6380 under the redis container for the docker-compose which did not result in a change. -it was only when I added the command: line that allowed the immich server to go up.
-Originally, I got the cannot connect database error. -I then added the REDIS_PORT=6380 which resulted in the ECONN error. -I then added ports: 6380:6380 under the redis container for the docker-compose which did not result in a change. -it was only when I added the command: line that allowed the immich server to go up.
34 replies
IImmich
•Created by CatTrigger on 3/11/2025 in #help-desk-support
ERROR [TypeOrmModule] Unable to connect to the database.
It seems switching redis to 6380 made it work.
34 replies
IImmich
•Created by CatTrigger on 3/11/2025 in #help-desk-support
ERROR [TypeOrmModule] Unable to connect to the database.
So two redis services sharing 6379/tcp isn't a concern?
34 replies
IImmich
•Created by CatTrigger on 3/11/2025 in #help-desk-support
ERROR [TypeOrmModule] Unable to connect to the database.
Editing the docker-compose with ports: also results in the same, command: so far is the only thing that allowed immich to be present.
34 replies
IImmich
•Created by CatTrigger on 3/11/2025 in #help-desk-support
ERROR [TypeOrmModule] Unable to connect to the database.
REDIS_PORT in .env results in the ECONNREFUSED error I noted above
34 replies
IImmich
•Created by CatTrigger on 3/11/2025 in #help-desk-support
ERROR [TypeOrmModule] Unable to connect to the database.
Update:
I adjusted the docker compose redis with this:
Immich is now up. However, redis with shows it's still using the same 6379/tcp port as the paperless redis. Is this a concern?
34 replies
IImmich
•Created by CatTrigger on 3/11/2025 in #help-desk-support
ERROR [TypeOrmModule] Unable to connect to the database.
Whenever I try to change the port to a different number I receive this error:
How would I be able to correctly change the redis port?
34 replies
IImmich
•Created by CatTrigger on 3/11/2025 in #help-desk-support
ERROR [TypeOrmModule] Unable to connect to the database.
34 replies
IImmich
•Created by CatTrigger on 3/11/2025 in #help-desk-support
ERROR [TypeOrmModule] Unable to connect to the database.
34 replies
IImmich
•Created by CatTrigger on 3/11/2025 in #help-desk-support
ERROR [TypeOrmModule] Unable to connect to the database.
My docker-compose.yml
34 replies
IImmich
•Created by CatTrigger on 3/11/2025 in #help-desk-support
ERROR [TypeOrmModule] Unable to connect to the database.
I'm not sure if this matters, but I already have paperless installed on this machine, which uses the same redis port at 6379. Any attempts of trying to change this port through the .env results in an econnect error with connection refused.
My .env file:
34 replies