How to migrate GitLab to a new server?

后端 未结 1 1722
难免孤独
难免孤独 2021-01-31 09:14

I am trying to migrate an GitLab setup from 7.8.2 to 7.12.2. I am not really sure how to go about this. I have installed a new box, on Ubuntu 14.04.2. Now I would really like to

1条回答
  •  时光说笑
    2021-01-31 10:04

    I would take the following steps

    1. Find out if gitlab is installed by hand or with gitlab-omnibus. This you need to know for the exact backup and update steps.
    2. Do a backup of the old version just to be safe
    3. Update the current 7.8.2 instance to 7.12.2 instance by following the update guideline
    4. Back up the newly updated gitlab system
    5. Restore the backup on the new system

    Backup & restore documentation can be found here

    0 讨论(0)
提交回复
热议问题