Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
221f309d
Commit
221f309d
authored
Aug 05, 2019
by
Alexander Strachan
Committed by
Achilleas Pipinellis
Aug 05, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve "Update troubleshooting for gzip error in backup docs"
parent
d4d911e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
+19
-0
doc/raketasks/backup_restore.md
doc/raketasks/backup_restore.md
+19
-0
No files found.
doc/raketasks/backup_restore.md
View file @
221f309d
...
...
@@ -960,3 +960,22 @@ want to run the chown against your custom location instead of
[
reconfigure GitLab
]:
../administration/restart_gitlab.md#omnibus-gitlab-reconfigure
[
restart GitLab
]:
../administration/restart_gitlab.md#installations-from-source
### Backup fails to complete with Gzip error
While running the backup, you may receive a gzip error:
```
sh
sudo
/opt/gitlab/bin/gitlab-rake gitlab:backup:create
Dumping ...
...
gzip
: stdout: Input/output error
Backup failed
```
If this happens, check the following:
1.
Confirm there is sufficent diskspace for the gzip operation.
1.
If NFS is being used, check if the mount option
`timeo`
is set. The default is
`600`
, and changing this to smaller values have resulted in this error.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment