local_ydb_dump_tenant
Dump a YDB tenant or relative path to a host directory using a local-ydb helper container, excluding system objects; preview the mount and container plan unless confirm is set to true.
Instructions
Dump the configured tenant or a tenant-relative path using a local-ydb helper container on the static container network. It creates profile.dumpHostPath/dumpName, excludes .sys objects, writes the dump under dumpName/tenant, and without confirm=true returns the mkdir/helper-container plan only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Relative YDB object or directory path to dump inside the configured tenant. Defaults to . for tenant-wide dump semantics. | |
| confirm | No | Must be true to dump the tenant. Omit or false for plan-only output. | |
| profile | No | Named profile from local-ydb.config.json. Defaults to config.defaultProfile. | |
| dumpName | No | Optional dump directory name under profile.dumpHostPath. | |
| configPath | No | Absolute path to an explicit local-ydb config file. Missing, unreadable, oversized, or invalid explicit files fail closed instead of using defaults. |