connect ECONNREFUSED 172.18.0.3:3001 - ECONNREFUSED
Hi, i have this issue : https://imgur.com/a/h2F8NkD
If you cloud help me, thanks.
If that could help you,
in the immich_server container : https://imgur.com/a/PK82jCX i have this error
Imgur
Untitled Album
Imgur
Untitled Album
9 Replies
Your database connection settings are wrong
I just left them by default
see : DB_HOSTNAME=immich_postgres
DB_USERNAME=postgres
DB_PASSWORD=postgres
DB_DATABASE_NAME=immich
Can you run
docker-compose down -v
to stop all the containers and delete the volumes, and then start it again with docker-compose up -d
?i will try it
It works, thank you and what speed !!
I had the same problem and I did this and now immich works but I can't log in?
(through the ios app, I have not tried web yet)
OOP- the web app brings me to the welcome screen with the sign up for the admin user 😭
I made a lil blunder I guess 💀, do I have any option besides deleting all the previously uploaded assets (that are still in the storage location) and reuploading everything?
Yeah we should make it clear that compose down with -V should only be used to fix issues on new installs because that is essentially purging your system, including the database.
If you have a database backup your can restore it 😉, otherwise no, need to re-import everything
Aww I guess I will be reuploading, thanks though :)
Hopefully you learned what -V is for now 😛
Yes, this is a great way to learn 😝
I will never forget now LOL