supavisor icon indicating copy to clipboard operation
supavisor copied to clipboard

How to add read replica tenants?

Open thurahtetaung opened this issue 10 months ago • 0 comments

I want to test using read replicas in supabase self-hosted docker compose stack.

Currently it uses this file to bootstrap a tenant with a db. I would like to modify the docker compose stack to add another db that will be a read replica and I would like to know how to proceed about registering it in Supavisor. Also I would like to know if the supabase api requests from other services like postgrest, auth, storage will be split into read/write to load balance into the tenants according to the type of tenant. Is this something that is handled by Supavisor?

thurahtetaung avatar Dec 11 '24 09:12 thurahtetaung