⚠️ 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-4073

BackupInputPathNotFoundSoloError — Validation

BackupInputPathNotFoundSoloError

CodeSOLO-4073
CategoryValidation
OwnershipUser
RetryableNo

Description

Thrown when the backup input path does not exist; the message names it. solo reads the backup from this path, so this means it is missing or the path is wrong.

Troubleshooting Steps

  1. Verify the input path exists:
  2. Use –input-dir or –zip-file to specify the correct backup path
  3. Run solo config ops restore-clusters –help for usage information