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
fe52b942
Commit
fe52b942
authored
Sep 26, 2019
by
John Cai
Committed by
Achilleas Pipinellis
Sep 26, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add instructions to set core.fsyncObjectFiles
parent
319fcaf4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
doc/install/installation.md
doc/install/installation.md
+3
-0
No files found.
doc/install/installation.md
View file @
fe52b942
...
@@ -484,6 +484,9 @@ sudo -u git -H git config --global repack.writeBitmaps true
...
@@ -484,6 +484,9 @@ sudo -u git -H git config --global repack.writeBitmaps true
# Enable push options
# Enable push options
sudo
-u
git
-H
git config
--global
receive.advertisePushOptions
true
sudo
-u
git
-H
git config
--global
receive.advertisePushOptions
true
# Enable fsyncObjectFiles to reduce risk of repository corruption if the server crashes
sudo
-u
git
-H
git config
--global
core.fsyncObjectFiles
true
# Configure Redis connection settings
# Configure Redis connection settings
sudo
-u
git
-H
cp
config/resque.yml.example config/resque.yml
sudo
-u
git
-H
cp
config/resque.yml.example config/resque.yml
...
...
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