Migration utility for GitLab servers
- Get private token from source GitLab instance
- Get private token from destination GitLab instance
- Create a configuration file (see examples/)
- Run one of the commands below
gitlab-migrate-info config.yml --output-file=repos_src.csv
gitlab-migrate-info config.yml --output-file=repos_dst.csv --server=destination
# testing
gitlab-migrate config.yml --noop
# migration
gitlab-migrate config.yml
git clone https://github.com/kreczko/gitlab-migrate.git
cd gitlab-migrate
pip install -U -e .