docsify, doctl-*: add Korean translation (#14180)

This commit is contained in:
HoJeong Im
2024-10-16 16:19:50 +09:00
committed by GitHub
parent 610b23c59a
commit db5d81ca8a
18 changed files with 400 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# doctl databases maintenance-window
> 데이터베이스의 유지 관리 기간을 예약하고 일정을 확인.
> 더 많은 정보: <https://docs.digitalocean.com/reference/doctl/reference/databases/maintenance-window>.
- 액세스 토큰을 사용하여 `doctl databases maintenance-window` 명령을 실행:
`doctl databases maintenance-window {{command}} --access-token {{액세스_토큰}}`
- 데이터베이스 클러스터의 유지 관리 기간에 대한 세부 정보를 검색:
`doctl databases maintenance-window get {{데이터베이스_아이디}}`
- 데이터베이스 클러스터의 유지 관리 기간을 업데이트:
`doctl databases maintenance-window update {{데이터베이스_아이디}} --day {{요일}} --hour {{24시간_형식의_시간}}`