Hi,
What are the steps to copy all the projects, groups and users from GitLab 6.7.4 to 8.13.11? I asked about this also here.
Br,
Harri
If someone else has the same problem this is what I did:
- Install new GitLab version and turn it down.
- Drop the newly created database “gitlab_production” and create an empty database with similar grants.
- Copy data from the old version database to the new one.
- Copy GitLab user’s ~/.ssh if the new version is on a different (virtual) machine.
- Copy repositories folder.
- Copy public/uploads folder.
- Run these commands as a GitLab user in a directory containing containing new GitLab’s Rakefile.
- rake db:migrate RAILS_ENV=production --trace
- bundle exec rake gitlab:shell:setup RAILS_ENV=production