Adam Roderick
04/13/2020, 2:11 PMprefect server start
for the first time and running into some errors with the postgres step. Can you help troubleshoot?Zachary Hughes
04/13/2020, 2:11 PMAdam Roderick
04/13/2020, 2:12 PMapollo_1 | 2020-04-13T14:09:46.782Z Error fetching GraphQL health: FetchError: request to <http://graphql:4201/health> failed, reason: connect ECONNREFUSED 172.25.0.4:4201
hasura_1 | {"internal":"could not connect to server: Connection refused\n\tIs the server running on host \"postgres\" (172.25.0.2) and accepting\n\tTCP/IP connections on port 5432?\n","path":"$","error":"connection error","code":"postgres-error"}
Zachary Hughes
04/13/2020, 2:14 PMAdam Roderick
04/13/2020, 2:14 PMZachary Hughes
04/13/2020, 2:17 PMprefect-server database reset
with the optional -y
step to skip the confirmation step.Adam Roderick
04/13/2020, 2:18 PMprefect-server
is not a commandZachary Hughes
04/13/2020, 2:19 PMprefect-cloud
for local dev. 😅Adam Roderick
04/13/2020, 2:22 PMZachary Hughes
04/13/2020, 2:24 PMserver
directory
• pip install -e .
• then run prefect-server database reset -y
Adam Roderick
04/13/2020, 2:25 PMZachary Hughes
04/13/2020, 2:30 PMprefect-server
. If you `pip install`ed prefect, you won't have that directory.prefect server start
.Jeremiah
04/13/2020, 2:31 PMAdam Roderick
04/13/2020, 2:31 PMJeremiah
04/13/2020, 2:42 PMprefect backend server
and `prefect agent start`to spin up a local oneAdam Roderick
04/13/2020, 2:44 PMJeremiah
04/13/2020, 2:57 PMAdam Roderick
04/13/2020, 2:59 PM