⚠️ Homebrew support is being deprecated.
Solo will stop publishing updates to Homebrew after August 31, 2026.
Install via
npm install -g @hiero-ledger/solo@latest instead.
See System Readiness for full install instructions.SOLO-4066
BackupInputDirectoryNotFoundSoloError — Validation
BackupInputDirectoryNotFoundSoloError
| Code | SOLO-4066 |
| Category | Validation |
| Ownership | User |
| Retryable | No |
Description
Thrown when the backup input directory does not exist; the message names it. solo reads backup data from this directory during restore, so this means it is missing or the path is wrong.
Troubleshooting Steps
- Verify the directory exists at:
- Use –input-dir to specify the correct path to the backup directory
- Run solo config ops restore-clusters –help for usage information