Running `public.ecr.aws/outerbounds/metaflow_metad...
# ask-metaflow
b
Running
public.ecr.aws/outerbounds/metaflow_metadata_service:2.3.11
and getting
Copy code
| connecting
| booting...
| [Errno 111] Connection refused
| 3
| connecting
| Port reachable 8082
| INFO:AsyncPostgresDB:global:Connection established.
|    Pool min: 1 max: 10
I see in the repo https://github.com/Netflix/metaflow-service there's a migration service running on that port. 1. Is it required to run that migration service separately? a. If so, is there a pre-built image for this service? I didn't see it in the public ECR registry. 2. What is the relationship between the
Netflix/metaflow-service
and
outerbounds/metaflow_metadata_service
? a. It seems latest on DockerHub for Netflix is
v2.4.3
whereas outerbounds image is at
2.3.11
(noting there are more recents, but they're tagged with a different label (e.g.,
v2.3.8-26-g063a949-obp
) I'm new to Metaflow and trying to get a local docker-compose environment up and running with Argo + Minio and just struggling a little with bridging between Netflix/Outerbounds a bit. Otherwise, this migration thing has been the only snag. It does work if I "up" the
docker-compose.development.yaml
1