【发布时间】:2018-12-29 09:50:59
【问题描述】:
我正在尝试使用以下命令在 Ubuntu 服务器上恢复 GitLab (8.16.1) 备份(备份由命令 sudo gitlab-rake gitlab:backup:create):
sudo gitlab-rake gitlab:backup:restore BACKUP=1493107454_2018_04_25_10.6.4-ce
它给了我错误:
gzip: stdin: not in gzip format
tar: This does not look like a tar archive
tar: Exiting with failure status due to previous errors
我的备份文件是 .tar 文件。
gzip 1.6 版
据我所知,在它恢复它首先提取的备份文件之前。
我不知道为什么提取的文件有扩展名.tar.gz。
有人可以帮忙吗?
【问题讨论】:
标签: linux ubuntu gitlab backup