You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I ran the docker-compose up -d command, I got this error.
"Starting airflow-tutorial_postgres_1 ... error
ERROR: for airflow-tutorial_postgres_1 Cannot start service postgres: driver failed programming external connectivity on endpoint airflow-tutorial_postgres_1 (4200e95bb80bf2a632cee0a527427b3dcd3fbfb2b8c1fa8ea2af782f559c08cc): Error starting userland proxy: listen tcp 0.0.0.0:5432: bind: address already in use
ERROR: for postgres Cannot start service postgres: driver failed programming external connectivity on endpoint airflow-tutorial_postgres_1 (4200e95bb80bf2a632cee0a527427b3dcd3fbfb2b8c1fa8ea2af782f559c08cc): Error starting userland proxy: listen tcp 0.0.0.0:5432: bind: address already in use
ERROR: Encountered errors while bringing up the project."
I ran "sudo netstat -nl -p tcp | grep 5432" but nothing showed so I am not sure why it says something is running on that address is already running.
The text was updated successfully, but these errors were encountered:
I have a Macbook pro running Catalina.
When I ran the docker-compose up -d command, I got this error.
"Starting airflow-tutorial_postgres_1 ... error
ERROR: for airflow-tutorial_postgres_1 Cannot start service postgres: driver failed programming external connectivity on endpoint airflow-tutorial_postgres_1 (4200e95bb80bf2a632cee0a527427b3dcd3fbfb2b8c1fa8ea2af782f559c08cc): Error starting userland proxy: listen tcp 0.0.0.0:5432: bind: address already in use
ERROR: for postgres Cannot start service postgres: driver failed programming external connectivity on endpoint airflow-tutorial_postgres_1 (4200e95bb80bf2a632cee0a527427b3dcd3fbfb2b8c1fa8ea2af782f559c08cc): Error starting userland proxy: listen tcp 0.0.0.0:5432: bind: address already in use
ERROR: Encountered errors while bringing up the project."
I ran "sudo netstat -nl -p tcp | grep 5432" but nothing showed so I am not sure why it says something is running on that address is already running.
The text was updated successfully, but these errors were encountered: