fix: allow initial deploy without Rancher backup
This commit is contained in:
@@ -986,8 +986,8 @@ jobs:
|
||||
")
|
||||
|
||||
if [ "$LATEST" = "NONE" ]; then
|
||||
echo "No Rancher backups found in B2; refusing to continue without restored Rancher state." >&2
|
||||
exit 1
|
||||
echo "No Rancher backups found in B2. Skipping restore; rancher-backup will create future backups."
|
||||
exit 0
|
||||
fi
|
||||
|
||||
BACKUP_FILE=$(basename "$LATEST")
|
||||
|
||||
Reference in New Issue
Block a user