SOLO-2024

BackupExportFailedSoloError — Deployment

BackupExportFailedSoloError

CodeSOLO-2024
CategoryDeployment
OwnershipInfrastructure
RetryableNo

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

  1. Check solo logs: tail -n 100 ~/.solo/logs/solo.log
  2. Verify Kubernetes connectivity: kubectl get pods -A
  3. Check that the deployment exists: solo deployment config list
  4. Run backup again: solo config ops backup