2023-10-12 04:32:49 -07:00
|
|
|
# doctl databases options
|
|
|
|
|
|
|
|
> Enable the navigation of available options under each database engine.
|
|
|
|
> More information: <https://docs.digitalocean.com/reference/doctl/reference/databases/options>.
|
|
|
|
|
|
|
|
- Run a `doctl databases options` command with an access token:
|
|
|
|
|
2025-05-11 17:01:39 +03:00
|
|
|
`doctl {{[d|databases]}} {{[o|options]}} {{command}} {{[-t|--access-token]}} {{access_token}}`
|
2023-10-12 04:32:49 -07:00
|
|
|
|
|
|
|
- Retrieve a list of the available database engines:
|
|
|
|
|
2025-05-11 17:01:39 +03:00
|
|
|
`doctl {{[d|databases]}} {{[o|options]}} {{[eng|engines]}}`
|
2023-10-12 04:32:49 -07:00
|
|
|
|
|
|
|
- Retrieve a list of the available regions for a given database engine:
|
|
|
|
|
2025-05-11 17:01:39 +03:00
|
|
|
`doctl {{[d|databases]}} {{[o|options]}} {{[r|regions]}} --engine {{pg|mysql|redis|mongodb}}`
|
2023-10-12 04:32:49 -07:00
|
|
|
|
|
|
|
- Retrieve a list of the available slugs for a given database engine:
|
|
|
|
|
2025-05-11 17:01:39 +03:00
|
|
|
`doctl {{[d|databases]}} {{[o|options]}} {{[s|slugs]}} --engine {{pg|mysql|redis|mongodb}}`
|
2023-10-12 04:32:49 -07:00
|
|
|
|
|
|
|
- Retrieve a list of the available versions for a given database engine:
|
|
|
|
|
2025-05-11 17:01:39 +03:00
|
|
|
`doctl {{[d|databases]}} {{[o|options]}} {{[v|versions]}} --engine {{pg|mysql|redis|mongodb}}`
|