local_ydb_tenant_check
Verifies the configured YDB tenant path is reachable after bootstrap or restore, confirming tenant metadata before node and GraphShard checks. Uses YDB CLI for a read-only reachability check.
Instructions
Read-only check that uses the YDB CLI to verify the configured tenant path is reachable. Use after bootstrap or restore to confirm tenant metadata before node or GraphShard checks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | Named profile from local-ydb.config.json. Defaults to config.defaultProfile. | |
| configPath | No | Absolute path to an explicit local-ydb config file. Missing, unreadable, oversized, or invalid explicit files fail closed instead of using defaults. |