Commit 6ffb67eb authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'typo-fix-backup-restore' into 'master'

typo fix: chown git.git -> chown git:git

See merge request gitlab-org/gitlab!79978
parents e11edf46 fcaf077d
......@@ -944,7 +944,7 @@ First ensure your backup tar file is in the backup directory described in the
```shell
sudo cp 11493107454_2018_04_25_10.6.4-ce_gitlab_backup.tar /var/opt/gitlab/backups/
sudo chown git.git /var/opt/gitlab/backups/11493107454_2018_04_25_10.6.4-ce_gitlab_backup.tar
sudo chown git:git /var/opt/gitlab/backups/11493107454_2018_04_25_10.6.4-ce_gitlab_backup.tar
```
Stop the processes that are connected to the database. Leave the rest of GitLab
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment