Comment on Globally Distributed PostgresparentComments−mrkurt5yOur postgres clusters are just a Fly app: https://github.com/fly-apps/postgres-haYou 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.−jfyne5yAh ok, interesting. Thanks
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