https://prefect.io logo
Title
a

Alfie

08/04/2021, 3:34 AM
Hi Team, about the the storage options, can I use any DB for it, such as Postgres? If it’s not supported so far, is there any guide I can reference to and implement it by myself? Thanks
k

Kevin Kho

08/04/2021, 3:45 AM
Hey @Alfie, you're talking about storage for server right? I think only Postgres is supported and you can connect your own Postgres instance like this if you already have a datqabase
a

Alfie

08/04/2021, 3:50 AM
Thanks @Kevin Kho, I mean storage for the flows, https://docs.prefect.io/orchestration/execution/storage_options.html
k

Kevin Kho

08/04/2021, 4:00 AM
I’ll have to doublecheck tomorrow but for flows, I don’t think we support any databases as storage. Will see if we support even having a custom storage.
a

Alfie

08/04/2021, 5:08 AM
Cool, thanks a lot
k

Kevin Kho

08/04/2021, 5:00 PM
Hey, we don’t support custom storage cuz we won’t know how to load it. You’ll have to fork the repo and implement it yourself but we don’t have a first class way to do this.
a

Alfie

08/05/2021, 2:32 AM
Got it, thanks