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
3a6b7853
Commit
3a6b7853
authored
Oct 05, 2017
by
Stan Hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add documentation on cleaning up attachments on disk
parent
7379ac01
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
doc/gitlab-geo/updating_the_geo_nodes.md
doc/gitlab-geo/updating_the_geo_nodes.md
+15
-0
No files found.
doc/gitlab-geo/updating_the_geo_nodes.md
View file @
3a6b7853
...
@@ -33,6 +33,21 @@ the database](ssh.md) to avoid having to maintain consistency of the
...
@@ -33,6 +33,21 @@ the database](ssh.md) to avoid having to maintain consistency of the
`authorized_keys`
file for SSH access. Failing to do this will prevent users
`authorized_keys`
file for SSH access. Failing to do this will prevent users
from being able to clone via SSH.
from being able to clone via SSH.
Note that in older versions of Geo, attachments downloaded on the secondary
nodes would be saved to the wrong directory. We recommend that you do the
following to clean this up.
On the SECONDARY Geo nodes, run as root:
```
sh
mv
/var/opt/gitlab/gitlab-rails/working /var/opt/gitlab/gitlab-rails/working.old
mkdir
/var/opt/gitlab/gitlab-rails/working
chmod
700 /var/opt/gitlab/gitlab-rails/working
chown
git:git /var/opt/gitlab/gitlab-rails/working
```
You may delete
`/var/opt/gitlab/gitlab-rails/working.old`
any time.
## Upgrading from GitLab 9.3 or older
## Upgrading from GitLab 9.3 or older
If you started running Geo on GitLab 9.3 or older, we recommend that you
If you started running Geo on GitLab 9.3 or older, we recommend that you
...
...
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