SOLO-2024
BackupExportFailedSoloError — Deployment
BackupExportFailedSoloError
| Code | SOLO-2024 |
| Category | Deployment |
| Ownership | Infrastructure |
| Retryable | No |
Description
Thrown during solo config ops backup when a particular resource cannot be exported into the backup; the message names the resourceType and wraps the underlying failure in cause. Backup reads each resource from the cluster and writes it to the backup archive, so this is raised when reading a resource or writing it out fails — for example the Kubernetes API is unreachable, the deployment or resource no longer exists, or the archive destination cannot be written.
Troubleshooting Steps
- Check solo logs: tail -n 100 ~/.solo/logs/solo.log
- Verify Kubernetes connectivity: kubectl get pods -A
- Check that the deployment exists: solo deployment config list
- Run backup again: solo config ops backup