提交 1ff3ef1c 编写于 作者: C Craig Fisher

Added `chown git` to the backup tar to prevent permission denied errors.

上级 e91a5261
......@@ -591,9 +591,10 @@ This procedure assumes that:
First make sure your backup tar file is in the backup directory described in the
`gitlab.rb` configuration `gitlab_rails['backup_path']`. The default is
`/var/opt/gitlab/backups`.
`/var/opt/gitlab/backups`. It needs to be owned by the `git` user.
```shell
chown git.git 11493107454_2018_04_25_10.6.4-ce_gitlab_backup.tar
sudo cp 11493107454_2018_04_25_10.6.4-ce_gitlab_backup.tar /var/opt/gitlab/backups/
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册