node-gitlab-2-github icon indicating copy to clipboard operation
node-gitlab-2-github copied to clipboard

Are migrations resumable?

Open peterbbeu opened this issue 3 years ago • 1 comments

This is more a question than it is an issue but I couldn't tell from the README

Basically I have two questions:

  1. can a migration be resumed, if aborted?
  2. can the migration be run multiple times, as a way of keeping the state between github and gitlab in sync (in essence making github a mirror?), or would this cause everything to be duplicated?

peterbbeu avatar Oct 04 '22 09:10 peterbbeu

I've tried it, it checks for previous existence of items - so ... probably? Nothing stops you from attempting migration to a private repo to see results, as it does not modify the source.

alystair avatar Oct 18 '22 03:10 alystair