古いサーバーの 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
解決策を探してみました。しかし、すべてのドキュメントで、The backup is already migrated to the previous versionと書かれています。ただし、バックアップの移行方法については説明していません。これに関する解決策は大歓迎です!