DigitalOcean-public.v2-new_Databases
Upgrade Major Version for a Database
To upgrade the major version of a database, send a PUT request to /v2/databases/$DATABASE_ID/upgrade, specifying the target version. A successful request will receive a 204 No Content status code with no body in response.
put/v2/databases/{database_cluster_uuid}/upgrade
Path parameters
database_cluster_uuidstring uuid required
A unique identifier for a database cluster.
Request body
Example request
{
"version": "8"
}Response
The action was successful and the response body is empty.