Commit 94990404 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'patch-234' into 'master'

Update gitlab:import_export:import rake task documentation to contain troubleshooting section for permission denied errors

See merge request gitlab-org/gitlab!41573
parents a126ec82 7fe16ef9
......@@ -96,6 +96,13 @@ If you want to import it to a new group or subgroup then create it first.
The specified project export file in `archive_path` is missing.
##### `Exception: Permission denied @ rb_sysopen - (filename)`
The specified project export file can not be accessed by the `git` user.
Setting the file owner to `git:git`, changing the file permissions to `0400`, and moving it to a
public folder (for example `/tmp/`) fixes the issue.
##### `Name can contain only letters, digits, emojis ...`
```plaintext
......
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