Error when starting the project
I've started with project with make dev and I got this error, can someone help me?



32 Replies
@Alex want to continue here?
Sure
Today is not my lucky day guys :/


That actually looks pretty good. Is there a reason you are setting the DB_HOSTNAME?
Nothing, so I just remove it?
or comment it out?
This is an old test .env file. Where did you get it from?
Main branch, like 20 min ago hahah
I got it
This is what I have in my .env
I renamed the wrong file
I think I had to rename the 1

Yup 👍
Now I will try again 🤞

Since the installation of docker was new, before reinstalling all I did docker system prune to be sure, but I still got this
I didn't change the .env file
You need to delete the database volume
Alright
docker volume ls
And probably like something_pgdata
I did docker purge and docker volume purge since I had nothing else



Nothing, I will try tomorrow
Like I said not my lucky day hahah


Thanks for you time
Is it working now then?
Oh just saw the other messages.
I just created the db
Manually
Inseide the container
Ok. Prune deletes unused volumes and containers, etc.
hallelujah

It was probably still in use by the stopped container.
Oh
Can be
Unless you did compose down
In the future you can do compose down -v to delete volumes as well
Alright
And for containers?
What do you mean?