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
81f9ff16
Commit
81f9ff16
authored
May 07, 2020
by
Grant Young
Committed by
Achilleas Pipinellis
May 07, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add upgrade guidance to database HA docs
Also callout Sidekiq and GitLab restarts after migrations
parent
b6687dbd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
doc/administration/high_availability/gitlab.md
doc/administration/high_availability/gitlab.md
+3
-0
doc/administration/high_availability/sidekiq.md
doc/administration/high_availability/sidekiq.md
+3
-0
No files found.
doc/administration/high_availability/gitlab.md
View file @
81f9ff16
...
...
@@ -131,6 +131,9 @@ need some extra configuration.
1.
Run
`sudo gitlab-ctl reconfigure`
to compile the configuration.
NOTE:
**Note:**
You will need to restart the GitLab applications nodes after an update has occurred and database
migrations performed.
## Enable Monitoring
> [Introduced](https://gitlab.com/gitlab-org/omnibus-gitlab/issues/3786) in GitLab 12.0.
...
...
doc/administration/high_availability/sidekiq.md
View file @
81f9ff16
...
...
@@ -94,6 +94,9 @@ you want using steps 1 and 2 from the GitLab downloads page.
1.
Run
`gitlab-ctl reconfigure`
.
NOTE:
**Note:**
You will need to restart the Sidekiq nodes after an update has occurred and database
migrations performed.
## Example configuration
Here's what the ending
`/etc/gitlab/gitlab.rb`
would look like:
...
...
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