mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-05 03:56:25 +03:00
922 B
922 B
doctl databases options
각 데이터베이스 엔진에서 사용 가능한 옵션 탐색을 활성화. 더 많은 정보: https://docs.digitalocean.com/reference/doctl/reference/databases/options.
- 액세스 토큰을 사용하여
doctl databases options
명령을 실행:
doctl databases options {{명령어}} --access-token {{액세스_토큰}}
- 사용 가능한 데이터베이스 엔진 목록을 검색:
doctl databases options engines
- 특정 데이터베이스 엔진에 사용 가능한 지역 목록을 검색:
doctl databases options regions --engine {{pg|mysql|redis|mongodb}}
- 특정 데이터베이스 엔진에 사용 가능한 슬러그 목록을 검색:
doctl databases options slugs --engine {{pg|mysql|redis|mongodb}}
- 특정 데이터베이스 엔진에 사용 가능한 버전 목록을 검색:
doctl databases options versions --engine {{pg|mysql|redis|mongodb}}