-
Notifications
You must be signed in to change notification settings - Fork 37
Description
Thank you for this repo!
I wonder if we can use the existing managed DO PostgreSQL cluster with Supabase services installed in the droplet using this repo? Running PostgreSQL inside a single droplet without replication looks like not the best idea for production (i.e. no HA), but if we can somehow use DO-managed PostgreSQL it will be totally different picture. I read in other places that some extensions are required in PostgreSQL to be running, otherwise, Supabase will not work with it (E.g. people tried to connect to AWS RDS and that did not work well). Do you know anything about it from managed DB on DO? Are there any other instructions/suggestions on how to run Supabase in DigitalOcean in "HA" mode?
Our requirement is simple: we run DO k8s and DO-managed PostgreSQL DB and we want to have Supabase running that utilize the SAME DO-managed PostgreSQL instance. We could be just using Supabase hosting of course with our existing k8s cluster in DO, but they setup DB itself in AWS, not in DO, so I assume it's going to be huge latency (between DO k8s and AWS Supabase infra) if we do it that way.... Thoughts?