Skip to content

fix cross cluster backup restore - #1004

Merged
boddumanohar merged 1 commit into
mainfrom
fix-backuprestore
Apr 28, 2026
Merged

fix cross cluster backup restore#1004
boddumanohar merged 1 commit into
mainfrom
fix-backuprestore

Conversation

@boddumanohar

@boddumanohar boddumanohar commented Apr 27, 2026

Copy link
Copy Markdown
Member

currently when I have 2 cluster and when I import an backup into a target cluster I get this error

# sbctl backup import /app/backup1.json --cluster-id 81932010-8c06-4acd-b14a-51f5c3fca425
Imported 0 backup(s)
True

testing

# export SRC_CLUSTER=bfa260ce-06a7-4bcb-a843-813d0be633af
# export TARGET_CLUSTER=81932010-8c06-4acd-b14a-51f5c3fca425


/app# sbctl backup export --lvol pvc-7fe87aa9-c6c3-4dc6-9baf-94696b6ccec7 --cluster  $SRC_CLUSTER -o backup1.json
Exported 1 backup(s) to backup1.json
True
/app# sbctl backup import /app/backup1.json --cluster-id $TARGET_CLUSTER
Imported 1 backup(s)
True
/app# 

Comment thread simplyblock_core/services/tasks_runner_backup.py Fixed
@boddumanohar boddumanohar changed the title fix backup restore fix cross cluster backup restore Apr 28, 2026
@boddumanohar
boddumanohar merged commit 31139da into main Apr 28, 2026
8 of 9 checks passed
@boddumanohar
boddumanohar deleted the fix-backuprestore branch April 28, 2026 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants