Hi Team, about the the storage options, can I use ...
# prefect-server
a
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
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
Thanks @Kevin Kho, I mean storage for the flows, https://docs.prefect.io/orchestration/execution/storage_options.html
k
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
Cool, thanks a lot
k
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
Got it, thanks