get_upgrade_path
Determine the recommended upgrade target for a given PostgreSQL version, providing the current minor in the same branch and suggesting a newer non-EOL major version when applicable.
Instructions
Suggest the recommended upgrade target for a PostgreSQL version.
Returns the latest minor in the same branch and, if applicable, suggests upgrading to a newer non-EOL major version.
Args: from_version: The currently installed PostgreSQL version (e.g. "16.3").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from_version | Yes |