⚠️ 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-4072
BackupZipFileRequiredSoloError — Validation
BackupZipFileRequiredSoloError
| Code | SOLO-4072 |
| Category | Validation |
| Ownership | User |
| Retryable | No |
Description
Thrown when --zip-password is used without --zip-file. A password applies to a specific zip archive, so this means the required --zip-file was not provided — supply it or omit the password.
Troubleshooting Steps
- Provide the –zip-file flag when using –zip-password
- Run solo config ops restore-clusters –help for usage information