top | item 27692636

(no title)

jfyne | 4 years ago

This might be in the docs somewhere, but can you bring your own postgres image to your managed service?

discuss

order

mrkurt|4 years ago

Our postgres clusters are just a Fly app: https://github.com/fly-apps/postgres-ha

You could run your own PG by modifying that app. Right now we're calling it "automated" and not managed, though. All alerts about health and other issues go straight to customers, we don't have DBAs that will touch these things yet.

jfyne|4 years ago

Ah ok, interesting. Thanks