-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
macOS - make postgres-on-docker hangs on "Waiting for PostgreSQL to be ready..." #8630
Comments
I looked at the logs and didn't see anything. Already deleted the container so will clear all images/cache and try again. will post results. |
@xjones strange because as you see I had the same logs and it worked for me 🤔. Maybe there's a problem with the port like a conflict if you already have postgres running locally? It seemed Postgres properly started in your case |
I don't have postgres running locally. looking for any debugging advice. |
looks like postgres is on port 5432. I don't see any conflicts. |
I installed postgres locally via brew and followed the remaining local setup instructions. yarn failed with a bunch of errors. not sure what's wrong and if it's my config or not. that said, while I am interested in trying Twenty I don't have time to dive into what's wrong getting things installed. if there's any info you'd like from me to debug on your end, let me know. |
same issue when using |
I can reproduce this issue on my Linux machine as I tried to transition from old Postgres bitnami container to new Postgres spilo container, it's stuck on |
weird but i am getting this same issue on my linux machine too |
same issue here on macOS
|
From all your screnshots/logs it seems that Postgres is properly started ( So what's not working is the check command
I think the error might be making the assumption that psql is installed locally (the point of using docker could be not to have it), it would probably make more sense to run those commands from within the container directly... I'll check how to adapt this |
We should probably update it to:
I'll try it this afternoon |
I'm following the steps to install Twenty locally on an M4 Max MacBook Pro. I have all of the pre-reqs and Docker installed. When I run make postgres-on-docker it hangs. I can see the Docker container in the Docker console but no visibility into what's happening inside.
The text was updated successfully, but these errors were encountered: