Hacker News new | ask | show | jobs
by mrkurt 1816 days 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.

1 comments

Ah ok, interesting. Thanks