Search code examples
postgresqlgoogle-cloud-platformreplicationgoogle-cloud-sql

Highly available Cloud SQL Postgres: Any downtime when adding a read replica?


I have highly available CloudSQL Postgres instances. If I add read replicas to each one will it cause any downtime, will it require a restart? It is highly likely there is no restart at all, I could not find something clear on the GCP Cloud SQL documentation.


Solution