diff options
author | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2014-10-14 23:52:45 -0700 |
---|---|---|
committer | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2014-10-14 23:53:01 -0700 |
commit | cec3b6c355279692a6cd9cf3b884517edcea376d (patch) | |
tree | 0d8edc9e902e3e54d00757cf3fd766086f3216c8 /doc/update/4.2-to-5.0.md | |
parent | e3bd17a7ba5238c147a79d0770e8503fd913610c (diff) | |
download | gitlab-ce-cec3b6c355279692a6cd9cf3b884517edcea376d.tar.gz |
add missing cleanup step
Diffstat (limited to 'doc/update/4.2-to-5.0.md')
-rw-r--r-- | doc/update/4.2-to-5.0.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/update/4.2-to-5.0.md b/doc/update/4.2-to-5.0.md index 897cd0b91fa..cde679598f7 100644 --- a/doc/update/4.2-to-5.0.md +++ b/doc/update/4.2-to-5.0.md @@ -195,6 +195,12 @@ sudo rm -R tmp sudo -u git -H mkdir tmp sudo chmod -R u+rwX tmp/ +# create directory for pids, make sure GitLab can write to it +sudo -u git -H mkdir tmp/pids/ +sudo chmod -R u+rwX tmp/pids/ + +# if you are already running a newer version of GitLab check that installation guide for other tmp folders you need to create + # reboot system sudo reboot |