Good morning, I am working on upgrading our metafl...
# ask-metaflow
l
Good morning, I am working on upgrading our metaflow instance to from 2.3.0 to 2.4.0. I started by investigating Terraform, not finding any variable that controls this. I compared 0.8.0 terraform module (what we have deployed) against 0.10.0 and that too doesn't seem to control the version number of metaflow. Is there any documentation available for assisting in this upgrade?
1
f
Is this about metaflow version for creating and submitting the flow? If so, then I think metaflow relies on your local metaflow version for submitting the flow whether locally or on the cloud. So updating metaflow is as simple as
pip install -U metaflow
I have tried this with different versions of metaflow locally.
l
The request was more specifically about the UI. I would assume the containers that run under ECS would also have ties to the metaflow version if I am not mistaken
a
that should be
metadata_service_container_image
and
ui_static_container_image
l
Perfect, thank you, I will start there and ping again if anything comes up. Much appreciated, thank you!