Hello, When deploying dagster with docker I am lo...
# ask-community
n
Hello, When deploying dagster with docker I am looking to have the run history persist across the pods being downed and then re-upped. Is there somewhere in the docs that mentions this? Is there a volume I can bind for the postgresql pod or other pod that will help me accomplish this? Thanks in advance
y
cc @daniel re: docker deployment
d
Hi Nathan - there are some examples in the postgres docker image docs of some ways to do this: https://github.com/docker-library/docs/blob/master/postgres/README.md#where-to-store-data
Looks like you can indeed mount a volume to make it persist
n
Thank you! I knew I had seen it somewhere I just couldn't fine it. Your dedication to answering even the most basic of questions is amazing.
condagster 1