SOLO-2025
BackupImportFailedSoloError — Deployment
BackupImportFailedSoloError
| Code | SOLO-2025 |
| Category | Deployment |
| Ownership | Infrastructure |
| Retryable | No |
Description
Thrown during solo config ops restore-config when a particular resource cannot be imported from a backup; the message names the resourceType and wraps the underlying failure in cause. Restore reads each resource from the backup archive and applies it to the cluster, so this is raised when reading the archive entry or applying it fails — for example the backup archive is incomplete or corrupt, the resource is invalid, or the Kubernetes API is unreachable or rejected it.
Troubleshooting Steps
- Check solo logs: tail -n 100 ~/.solo/logs/solo.log
- Verify Kubernetes connectivity: kubectl get pods -A
- Verify the backup archive is complete and valid
- Run restore: solo config ops restore-config