我想将我的Gitlab从8.12.7版(从源代码/ MySQL版本安装)更新到9.X版(带有PostgreSQL的包版本)
为此,我在与PostgreSQL相同的版本上安装了Gitlab-ce,按照文档中的建议进行了备份,并按照推荐的here运行转换器
然后,我通过SCP将转换后的备份tar传输到打包安装的新服务器,但是,当我运行
gitlab-rake gitlab:backup:restore
I've got the following errors :
tar: Unexpected EOF in archive
tar: rmtlseek not stopped at a record boundary
tar: Error is not recoverable: exiting now例如,如果我的tar已损坏,但在转换步骤之后,我可以在两个服务器上成功地解压它。我看到rsync可能会导致问题,但md5sum在两端都是相同的……
任何帮助都将不胜感激!感谢您的阅读
发布于 2017-08-17 21:12:21
https://stackoverflow.com/questions/45412233
复制相似问题