Don't know how to build task 'BACKUP' (see --tasks)
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Hi folks
Now i am trying move Gitlab-instance to another host using backup/restore operation.
- gitlab-rake gitlab:backup:create
done
- Move backup file to another host
done
- gitlab-rake gitlab:backup:restore BACKUP = filename
The restore procedure from the backup is interrupted by this error:
Don't know how to build task 'BACKUP' (see --tasks)
Another last messages in console:
Restoring uploads ...
done
Restoring builds ...
done
Restoring artifacts ...
done
Restoring pages ...
done
Restoring lfs objects ...
done
Restoring container registry images ...
done
This task will now rebuild the authorized_keys file.
You will lose any data stored in the authorized_keys file.
Do you want to continue (yes/no)? yes
....................................
Deleting tmp directories ... done
done
done
done
done
done
done
done
done
rake aborted!Don't know how to build task 'BACKUP' (see --tasks)
/opt/gitlab/embedded/bin/bundle:23:in load'
/opt/gitlab/embedded/bin/bundle:23:in '
Anything you can help me with? What additional information is needed?