Yandex Cloud
Поиск
Связаться с намиПодключиться
  • Документация
  • Блог
  • Все сервисы
  • Статус работы сервисов
    • Доступны в регионе
    • Инфраструктура и сеть
    • Платформа данных
    • Контейнеры
    • Инструменты разработчика
    • Бессерверные вычисления
    • Безопасность
    • Мониторинг и управление ресурсами
    • Машинное обучение
    • Бизнес-инструменты
  • Все решения
    • По отраслям
    • По типу задач
    • Экономика платформы
    • Безопасность
    • Техническая поддержка
    • Каталог партнёров
    • Обучение и сертификация
    • Облако для стартапов
    • Облако для крупного бизнеса
    • Центр технологий для общества
    • Партнёрская программа
    • Поддержка IT-бизнеса
    • Облако для фрилансеров
    • Обучение и сертификация
    • Блог
    • Документация
    • Мероприятия и вебинары
    • Контакты, чаты и сообщества
    • Идеи
    • Истории успеха
    • Тарифы Yandex Cloud
    • Промоакции и free tier
    • Правила тарификации
  • Документация
  • Блог
Проект Яндекса
© 2025 ТОО «Облачные Сервисы Казахстан»
Yandex Managed Service for YDB
  • Начало работы
  • Управление доступом
    • Overview
      • Overview
      • add-access-binding
      • add-labels
      • backup
      • create
      • delete
      • get
      • list
      • list-access-bindings
      • move
      • remove-access-binding
      • remove-labels
      • restore
      • set-access-bindings
      • start
      • stop
      • update
  • Метрики Monitoring
  • Аудитные логи Audit Trails
  • Вопросы и ответы
  • Публичные материалы
  • Обучающие курсы
  1. Справочник CLI (англ.)
  2. database
  3. update

yc ydb database update

Статья создана
Yandex Cloud
Обновлена 22 апреля 2025 г.

Update the specified YDB database.

Command UsageCommand Usage

Syntax:

yc ydb database update <DATABASE-NAME>|<DATABASE-ID> [Flags...] [Global Flags...]

FlagsFlags

Flag Description
--new-name string
A new name of the database.
--no-deletion-protection Allows deletion of a database.
--description string
Description of the database.
--resource-preset string
Database resource preset ID.
--labels key=value[,key=value...]
A list of label KEY=VALUE pairs to add. For example, to add two labels named 'foo' and 'bar', both with the value 'baz', use '--labels foo=baz,bar=baz'.
--public-ip Assign public ips for the database.
--deletion-protection Inhibits deletion of a database.
--network-id string
Network id.
--network-name string
Network name.
--subnet-name value[,value]
Adds subnet by Name for the database.
--subnet-id value[,value]
Adds subnet by ID for the database.
--security-group-name value[,value]
Adds security-group by Name for the database.
--security-group-id value[,value]
Adds security-group by ID for the database.
--storage PROPERTY=VALUE[,PROPERTY=VALUE...]
YDB database storage options.

Possible property names:
  • type: YDB database storage type id.
  • groups: YDB database storage group count.
--fixed-size int
Specifies fixed scale policy size.
--zone string
Specifies database type - zonal.
--region string
Specifies database type - regional.
--location string
Specifies database location.
--dedicated Specifies database type - dedicated.
--sls-enable-throttling-rcu Enable RU/s throttling limit for a serverless database, true/false.
--sls-throttling-rcu int
Throttling limit for a serverless database, RU/s. Use sls-enable-throttling-rcu flag to trigger throttling on/off.
--sls-provisioned-rcu int
Provisioned capacity limit for a serverless database, RU/s. Set to zero to disable provisioned capacity hourly billing.
--sls-storage-size byteSize
Maximum size for a serverless database. Example: 10GB, 100GB. Units are in GB if not specified. Default value for a new database is 50GB.
--serverless Specifies database type - serverless.
--backup PROPERTY=VALUE[,PROPERTY=VALUE...]
YDB database backup config options.

Possible property names:
  • source: Adds source path to backup.
  • exclude: Exclude path from backup.
  • ttl: Specify backup time to live. Example: '120m', '15m', '7200s'
  • name: Specify backup settings name.
  • description: Specify backup settings description.
  • daily-execute-time: Time of day in UTC time zone, HH:MM 24-hour clock format, when daily backup should be executed. Example: '02:30
  • weekly-execute-time: Time of day in UTC time zone, HH:MM 24-hour clock format, when weekly backup should be executed. Example: '02:30
  • weekly-days: Specify days when weekly backup should be executed.
  • storage-class: Specify backup storage class Values: 'standard', 'reduced-redundancy', 'standard-ia', 'onezone-ia', 'intelligent-tiering', 'glacier', 'deep-archive', 'outposts'
--async Display information about the operation in progress, without waiting for the operation to complete.
--id string
ID of the YDB database.
--name string
Name of the YDB database.

Global FlagsGlobal Flags

Flag Description
--profile string
Set the custom configuration file.
--debug Debug logging.
--debug-grpc Debug gRPC logging. Very verbose, used for debugging connection problems.
--no-user-output Disable printing user intended output to stderr.
--retry int
Enable gRPC retries. By default, retries are enabled with maximum 5 attempts.
Pass 0 to disable retries. Pass any negative value for infinite retries.
Even infinite retries are capped with 2 minutes timeout.
--cloud-id string
Set the ID of the cloud to use.
--folder-id string
Set the ID of the folder to use.
--folder-name string
Set the name of the folder to use (will be resolved to id).
--endpoint string
Set the Cloud API endpoint (host:port).
--token string
Set the OAuth token to use.
--impersonate-service-account-id string
Set the ID of the service account to impersonate.
--no-browser Disable opening browser for authentication.
--format string
Set the output format: text (default), yaml, json, json-rest.
--jq string
Query to select values from the response using jq syntax
-h,--help Display help for the command.

ExamplesExamples

  • Изменить параметры Serverless базы данных
  • Миграция базы данных YDB в другую зону доступности

Была ли статья полезна?

Предыдущая
stop
Следующая
Overview
Проект Яндекса
© 2025 ТОО «Облачные Сервисы Казахстан»