Hacker News new | ask | show | jobs
by jfyne 1815 days ago
This might be in the docs somewhere, but can you bring your own postgres image to your managed service?
1 comments

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.

Ah ok, interesting. Thanks