mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 23:42:07 +02:00

* doctl-databases-*: add page --------- Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com> Co-authored-by: Juri Dispan <juri.dispan@posteo.net> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
16 lines
688 B
Markdown
16 lines
688 B
Markdown
# doctl databases maintenance-window
|
|
|
|
> Schedule, and check the schedule of, maintenance windows for your databases.
|
|
> More information: <https://docs.digitalocean.com/reference/doctl/reference/databases/maintenance-window>.
|
|
|
|
- Run a `doctl databases maintenance-window` command with an access token:
|
|
|
|
`doctl databases maintenance-window {{command}} --access-token {{access_token}}`
|
|
|
|
- Retrieve details about a database cluster's maintenance windows:
|
|
|
|
`doctl databases maintenance-window get {{database_id}}`
|
|
|
|
- Update the maintenance window for a database cluster:
|
|
|
|
`doctl databases maintenance-window update {{database_id}} --day {{day_of_the_week}} --hour {{hour_in_24_hours_format}}`
|