If i want to save state in a particular location o...
# best-practices
k
If i want to save state in a particular location or on an online storage like S3, is it possible with meltano state command? Or do i need to develop/add custom capability for this?
i
at least meltano supports postgres to store state. would that work?
k
Thanks, I'll look into it. Can you please point me to any documentation?
a
Hi, @kk. If you don't mind using Postgres or another database backend for this, that would be the default and smoothest experience as of now. Some users have developed processes where they export state to S3 after the execution so they can spin down or delete their systemdb, and then load it back from S3 before the next execution. There's also a feature request here to add support for S3 backends (currently accepting pull requests).
s
If you use AWS an Auroa Serverless Postgres database is very handy.