local_ydb_upgrade_version
Upgrades a local-ydb profile to a specified image tag by preflighting, backing up, rebuilding, restoring, and persisting the new version after confirmation.
Instructions
Upgrade a file-backed, volume-backed local-ydb profile to a target image tag. Use only for version upgrades on profiles without bindMountPath; it preflights source and target images, dumps, rebuilds, restores, reapplies auth when configured, recreates extra nodes, verifies container images, and persists the profile image after successful confirmed execution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | Named profile from local-ydb.config.json. Defaults to config.defaultProfile. | |
| configPath | No | Explicit local-ydb config file path to load for this tool call. Useful when the MCP server should pick up a different config without restart. | |
| confirm | No | Must be true to execute the version upgrade plan. Omit or false for plan-only output. | |
| version | Yes | Target image tag such as 26.1.1.6, 26.1, latest, or nightly. | |
| dumpName | No | Optional dump directory name under profile.dumpHostPath for the upgrade backup. |