Hey All. I just wanted to check something. If I wa...
# ask-community
f
Hey All. I just wanted to check something. If I want my Dagster instance to be persistent, by this I mean; If I redeploy my docker image and it re-creates my container on AWS, it should still have all history of runs ran before and so on. What would be the best way to go about this? To setup my dagster.yaml file with the Postgres/MySQL database (AWS S3 can also work here) as Run Storage, Events Logs and Schedule Storage and so?
a
setup my dagster.yaml file with the Postgres/MySQL database
yep this should do it
👍 1