Hi everyone, other than the metaflow metadata serv...
# ask-metaflow
c
Hi everyone, other than the metaflow metadata service, is there any other piece of metaflow infrastructure that needs upgrading when the metadata service is upgraded to v2?
1
a
when you say v2, do you imply upgrading the docker image for the service?
some version upgrades will optionally require the db schema to be upgraded. if you don't upgrade the schema, even though you may be running a newer version of the service image, an older version of the service would be used.
👍 1
besides that no other changes are needed
we do ship newer features that may require you to make specific changes to your infrastructure. but if you don't care about those features, you can still safely upgrade the metaflow python package without any infra upgrades and continue to use the existing functionality
👍 1
c
yeah the docker image has been upgraded. How do I check the schema version and migrate it to match the metadata service?
(and FYI things are working just fine)
a
we expose a few endpoints that will provide you that information. they are documented here - https://github.com/Netflix/metaflow-service/blob/master/migration_tools.py
c
nice, thanks @ancient-application-36103 as always
❤️ 1