SOLO-2026
BackupRestoreClustersFailedSoloError — Deployment
BackupRestoreClustersFailedSoloError
| Code | SOLO-2026 |
| Category | Deployment |
| Ownership | Infrastructure |
| Retryable | No |
Description
Thrown when solo config ops restore-clusters cannot recreate the clusters captured in a backup; the underlying failure is wrapped in cause. This step reads the backup archive and rebuilds the cluster(s) it describes (for example recreating a Kind cluster) before the rest of a restore can proceed, so the error means that rebuild failed. Common roots are an invalid or incomplete backup archive, an incorrect input directory, or Docker/Kind not being available to create the clusters.
Troubleshooting Steps
- Check solo logs: tail -n 100 ~/.solo/logs/solo.log
- Verify the backup archive is valid and the input directory is correct
- Check Docker or Kind cluster availability: kind get clusters
- Run cluster restore: solo config ops restore-clusters