change_storage_path
Update the Kratos storage location and migrate existing data with optional backup.
Instructions
Dynamically change where Kratos stores data (with automatic migration)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| newPath | Yes | New storage path (e.g., "/opt/kratos" or ".kratos") | |
| migrate | No | Migrate existing data to new location (default: true) | |
| backup | No | Create backup before migration (default: true) |