git - How to upgrade Gitlab 7 to 8 with old backup -
i using gitlab 7.10.4. created backup using following command :
# have installed gitlab omnibus package sudo gitlab-rake gitlab:backup:create
then tried upgrade lastest gitlab version (eg. 8.3.4) using :
sudo apt-get update sudo apt-get install gitlab-ce
for unknow reason, has failed. had install fresh install of gitlab, don't understand why old backup can't installed on new version of gitlab generates version mismatch error.
how keep old data backup , upgrade lastest version of gitlab ?
i've upgraded gitlab
7.10.4 8.5.0 using :
$ curl -ss https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh | sudo bash $ sudo apt-get install gitlab-ce $ sudo gitlab-ctl restart
Comments
Post a Comment