v8

latestOpenAPI 3.0.0Apache 2.0raw.githubusercontent.com2025-10-165266542.4 MB
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

versionstring

A string representing the version of the database engine in use for the cluster.

Example request

{
  "version": "8"
}

Response

The action was successful and the response body is empty.