Newskooler
12/10/2020, 3:07 PMprefect[9118]: Pulling postgres ...
prefect[9118]: Pulling hasura ...
prefect[9118]: Pulling graphql ...
prefect[9118]: Pulling towel ...
prefect[9118]: Pulling apollo ...
prefect[9118]: Pulling ui ...
prefect[9118]: [29.6K blob data] Host is already in use by another container
prefect[9118]: [47B blob data]prefect[9118]: ERROR: for cli_postgres_1 Cannot start service postgres: driver failed programming external connectivity on endpoint cli_postgres_1 (32c027fb4da78cf7d569efc0a4f33e5baed8621c161b7c4a2c5efca694b3912c): Error starting userland proxy: listen tcp 0.0.0.0:5432: bind: address already in use
Dec 10 14:53:26 mb-01 prefect[9118]: ERROR: for postgres Cannot start service postgres: driver failed programming external connectivity on endpoint cli_postgres_1 (32c027fb4da78cf7d569efc0a4f33e5baed8621c161b7c4a2c5efca694b3912c): Error starting userland proxy: listen tcp 0.0.0.0:5432: bind: address already in use
prefect[9118]: Encountered errors while bringing up the project.
Greg Roche
12/10/2020, 3:11 PMprefect server start --postgres-port x
where x
is a port which isn't already being used on the machineNewskooler
12/10/2020, 3:15 PMFATAL: could not write lock file "postmaster.pid": No space left on device
upon starting the serverJoël Luijmes
12/10/2020, 3:17 PMdocker system prune
check docs for everything it try to do), or increase your docker volume (in case of mac, not sure how windows handles it)Newskooler
12/10/2020, 3:18 PMJoël Luijmes
12/10/2020, 3:19 PMNewskooler
12/10/2020, 3:20 PMError: (psycopg2.OperationalError) could not translate host name "postgres" to address: Name or service not known
docker system prune
and “reclaimed” 😄 17 more gigs, so that was nice. Thanks for that.Joël Luijmes
12/10/2020, 3:39 PMNewskooler
12/10/2020, 3:42 PM--volume-path
but instead it’s the task flow.storage = Local(directory='/this/location)
Joël Luijmes
12/10/2020, 9:24 PM