rvojcik / gitlab-project-export

Simple python project for exporting GitLab projects with Export Project funkcionality in GitLab API. Import of exported projects is also supported
GNU General Public License v3.0
104 stars 39 forks source link

Migration of Archived Projects #13

Open mrimann opened 3 years ago

mrimann commented 3 years ago

I've just exported from one Gitlab installation and tried to import into the new Gitlab Installation - so far this worked pretty well!

But one single project did not appear on the new Gitlab - but it was exported + imported successful without any warning. It turned out, that in the source Gitlab-Instance, this project was marked as archived.

As an improvement, it would be cool, if the exporter script either

Or alternatively, that the importer script would properly handle this (and the imported project would again be marked archived in the target installation, rather than getting lost after importing)

rvojcik commented 3 years ago

Interesting. I have to give a look how archived projects behave