Hey Metaflow folks from Attentive mobile:wave: We...
# ask-metaflow
b
Hey Metaflow folks from Attentive mobile👋 We noticed AWS will stop supporting postgres 11 in November 2023. We’ll also need to move off the
db.t2.small
instance. As such, we have to update our Postgres in Metaflow. We could not find variables to update the instance type or postgres version in the metaflow terraform template. What is the best course of action to update our Postgres and DB instance type? cc @sparse-bear-77456
1
a
the "datastore" terraform submodule already supports setting the version, if you used it separately you should be able to update. I think there is outstanding PR to pipe that parameter through to the top level module too
s
yea, if we could define in the parent module, it would be awesome!
b
Could we get a link to that PR?
a