Trigger point-in-time recovery
render_recover_postgresTrigger point-in-time recovery on a Postgres instance by providing its ID and the restore time. Restores the database to a specific point in time.
Instructions
Trigger point-in-time recovery. Trigger point-in-time recovery on the Postgres instance with the provided ID. Calls POST /postgres/{postgresId}/recovery on the Render Public API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan | No | The plan to use for the new database. Defaults to the same plan as the original database. Cannot be a lower tier plan than the original database. | |
| postgresId | Yes | ||
| datadogSite | No | Datadog region code to use for monitoring the new database. Defaults to the region code of the original database. Use an empty string to prevent copying of the region code to the new database. | |
| restoreName | No | Name of the new database. | |
| restoreTime | Yes | The point in time to restore the database to. See `/recovery-info` for restore availability | |
| datadogApiKey | No | Datadog API key to use for monitoring the new database. Defaults to the API key of the original database. Use an empty string to prevent copying of the API key to the new database. | |
| environmentId | No | The environment to create the new database in. Defaults to the environment of the original database. |