Richard Hughes
08/24/2020, 3:42 PMKyle Moon-Wright
08/24/2020, 3:52 PMRichard Hughes
08/24/2020, 3:58 PMprefect server start
nothing seems to be working. I am going to try docker system prune
and reset everything. I am at a loss of why it is not responding.Kyle Moon-Wright
08/24/2020, 4:09 PMRichard Hughes
08/24/2020, 4:37 PMKyle Moon-Wright
08/24/2020, 4:57 PMRichard Hughes
08/24/2020, 5:08 PMKyle Moon-Wright
08/24/2020, 6:48 PMRichard Hughes
08/24/2020, 6:50 PMdocker system prune
again and trying to restart prefect server start --use-volume --volume-path "D:\prefect"
Kyle Moon-Wright
08/24/2020, 6:56 PMprefect server start --use-volume
)? Do we have a running Docker and Docker-Compose that we can access?Richard Hughes
08/24/2020, 7:26 PMPS C:\Windows\system32> docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
3ee85b517d61 prefecthq/ui:latest "/docker-entrypoint.…" 37 minutes ago Up 37 minutes 80/tcp, 0.0.0.0:8080->8080/tcp cli_ui_1
333538cd9075 prefecthq/apollo:latest "npm run serve" 37 minutes ago Up 37 minutes 0.0.0.0:4200->4200/tcp cli_apollo_1
f5778c9b2f87 prefecthq/server:latest "python src/prefect_…" 37 minutes ago Up 37 minutes cli_towel_1
b2dcfcdaae30 prefecthq/server:latest "bash -c 'prefect-se…" 38 minutes ago Up 37 minutes 0.0.0.0:4201->4201/tcp cli_graphql_1
e719fe8c5eaf hasura/graphql-engine:v1.3.0 "graphql-engine serve" 38 minutes ago Up 38 minutes 0.0.0.0:3000->3000/tcp cli_hasura_1
6f77f20517de postgres:11 "docker-entrypoint.s…" 38 minutes ago Up 38 minutes 0.0.0.0:5432->5432/tcp cli_postgres_1
[33mgraphql_1 |[0m Error: HTTPConnectionPool(host='hasura', port=3000): Max retries exceeded with url: /v1/query (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f15e35ae410>: Failed to establish a new connection: [Errno 111] Connection refused'))
Kyle Moon-Wright
08/24/2020, 7:36 PMRichard Hughes
08/24/2020, 7:39 PMdocker restart b2dcfcdaae30
Kyle Moon-Wright
08/24/2020, 7:47 PMRichard Hughes
08/24/2020, 8:01 PMPostgreSQL Database directory appears to contain a database; Skipping initialization
2020-08-24 18:47:47.872 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
2020-08-24 18:47:47.873 UTC [1] LOG: listening on IPv6 address "::", port 5432
2020-08-24 18:47:47.922 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
2020-08-24 18:47:48.257 UTC [24] LOG: database system was interrupted; last known up at 2020-08-24 18:32:42 UTC
2020-08-24 18:48:01.942 UTC [25] FATAL: the database system is starting up
2020-08-24 18:48:02.059 UTC [26] FATAL: the database system is starting up
2020-08-24 18:48:07.018 UTC [24] LOG: database system was not properly shut down; automatic recovery in progress
2020-08-24 18:48:07.108 UTC [24] LOG: redo starts at 0/18433B8
2020-08-24 18:48:07.112 UTC [24] LOG: invalid record length at 0/18433F0: wanted 24, got 0
2020-08-24 18:48:07.112 UTC [24] LOG: redo done at 0/18433B8
2020-08-24 18:48:07.559 UTC [1] LOG: database system is ready to accept connections
Kyle Moon-Wright
08/24/2020, 9:54 PM2020-08-24 18:48:07.018 UTC [24] LOG: database system was not properly shut down; automatic recovery in progress
Richard Hughes
08/24/2020, 9:59 PMKyle Moon-Wright
08/24/2020, 10:02 PMRichard Hughes
08/25/2020, 1:22 PM