Platform Summary¶
pg_auto_mv has no binary component of its own. Once installed, it is entirely driven by the pg_relay Processor that is already running against the database. No additional compute, services, or connection configuration is needed beyond what pg_relay already established.
| Platform | Extension install | Admin role | Special consideration |
|---|---|---|---|
| AWS RDS | Not supported | postgres (rds_superuser) |
Use the same connection details as your pg_relay setup |
| AWS Aurora | Not supported | postgres (rds_superuser) |
Connect to the cluster writer endpoint |
| Azure Flexible Server | Not supported | Admin user (set at creation) | SSL enforced; firewall rules already in place for pg_relay |
| Google Cloud SQL | Not supported | postgres (cloudsql_superuser) |
Cloud SQL Auth Proxy recommended |
| Generic cloud | Varies | Varies | Any superuser-equivalent role is sufficient |