Commit 1877f743 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'jc-docs-add-fsync-object-files' into 'master'

Add instructions to set core.fsyncObjectFiles

See merge request gitlab-org/gitlab!17649
parents 319fcaf4 fe52b942
......@@ -484,6 +484,9 @@ sudo -u git -H git config --global repack.writeBitmaps true
# Enable push options
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
sudo -u git -H cp config/resque.yml.example config/resque.yml
......
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