【发布时间】:2014-04-28 18:18:31
【问题描述】:
我正在尝试将旧服务器的 gitlab 备份迁移到新服务器。我的旧服务器有 gitlab (gitlab-6.5.1-0),我的新服务器有 gitlab 版本 (gitlab 6.6.5-omnibus)。我使用以下命令从我的旧服务器备份
bundle exec rake gitlab:backup:create RAILS_ENV=production
当我尝试使用此命令在新服务器中恢复此备份时
gitlab-rake gitlab:backup:restore BACKUP=1395394855
我得到以下输出
Unpacking backup ... done
GitLab version mismatch:
Your current GitLab version (6.6.5) differs from the GitLab version in the backup!
Please switch to the following version and try again:
version: 6f6f1588ba5123f156ee3b0635a061745b71fcde
我尝试寻找解决方案。但在所有文档中,它都说备份已迁移到以前的版本。但它们都没有描述如何迁移备份。对此的任何解决方案都表示赞赏!
【问题讨论】:
标签: git gitlab bitnami gitlab-ci