我使用的是Gitlab 7.10.4。我使用以下命令创建了备份:
+
然后我尝试使用以下方法升级到最新的Gitlab版本(例如。8.3.4):
# I have installed GitLab with the Omnibus package
sudo gitlab-rake gitlab:backup:create
出于不明原因,这已经失败了。所以我不得不安装一个全新安装的Gitlab,但我不明白为什么我的旧备份无法安装在新版本的Gitlab上,这会产生版本不匹配错误。
如何将旧数据备份和升级保留到最新版本的gitlab?
答案 0 :(得分:0)
我使用:
将Gitlab
7.10.4升级到8.5.0
$ 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