Update Postgres instance
render_update_postgresUpdate a Render Postgres database instance by its ID, modifying plan, disk size, connection pool, IP allow list, read replicas, high availability, and more.
Instructions
Update Postgres instance. Update a Postgres instance by ID. Calls PATCH /postgres/{postgresId} on the Render Public API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| plan | No | ||
| diskSizeGB | No | The number of gigabytes of disk space to allocate for the database | |
| postgresId | Yes | ||
| datadogSite | No | Datadog region to use for monitoring the new database. Defaults to 'US1'. | |
| ipAllowList | No | ||
| readReplicas | No | ||
| datadogAPIKey | No | The Datadog API key for the Datadog agent to monitor the database. Pass empty string to remove. Restarts Postgres on change. | |
| connectionPool | No | What connection pool to use (if any) out of 'pgbouncer' and 'none' | none |
| parameterOverrides | No | ||
| enableDiskAutoscaling | No | ||
| enableHighAvailability | No |