Hey everyone, I’m in the process of updating our ...
# ask-metaflow
c
Hey everyone, I’m in the process of updating our Metaflow AWS stack with a new version of the Terraform template (previously used this one, now upgrading to this). I am worried about losing all the results and metadata of Flows executions that were run in the previous setup. I assume that I need to make sure that in
terraform plan
the
METAFLOW_DATASTORE_SYSROOT_S3
and
METAFLOW_DATATOOLS_S3ROOT
have to point to the same buckets as before. But I am unsure about the Metadata service? How can I make sure this data is preserved after the update? Thanks a lot for any help
1