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
c1bb543e
Commit
c1bb543e
authored
Jul 29, 2021
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab master
parents
f4839aa5
b4f5847a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
6 deletions
+10
-6
GITALY_SERVER_VERSION
GITALY_SERVER_VERSION
+1
-1
doc/administration/geo/replication/configuration.md
doc/administration/geo/replication/configuration.md
+3
-0
doc/development/documentation/styleguide/index.md
doc/development/documentation/styleguide/index.md
+6
-5
No files found.
GITALY_SERVER_VERSION
View file @
c1bb543e
3fbc0ff9c0c9fa486b753aa23ceac9513a2cde7b
fb9de5f27b55e28a5d4737e0aa639a50ccc3dd75
doc/administration/geo/replication/configuration.md
View file @
c1bb543e
...
...
@@ -190,6 +190,9 @@ keys must be manually replicated to the **secondary** site.
gitlab_rails
[
'geo_node_name'
]
=
'<site_name_here>'
```
We recommend mentioning specific names for the
`geo_node_name`
such as
`gitlab-usa`
instead of generic names, such as
`geo`
.
This makes the failover process easier because the physical location does not change, but the Geo site role can.
1.
Reconfigure
**each Rails and Sidekiq node on your secondary**
site for the change to take effect:
```
shell
...
...
doc/development/documentation/styleguide/index.md
View file @
c1bb543e
...
...
@@ -1441,11 +1441,12 @@ application:
Use these verbs for specific uses with user interface
elements:
| Recommended | Used for | Replaces |
|:--------------------|:--------------------------------------|:---------------------------|
| _select_ | buttons, links, menu items, dropdowns | "click, "press," "hit" |
| _select_ or _clear_ | checkboxes | "enable", "click", "press" |
| _expand_ | expandable sections | "open" |
| Recommended | Used for | Replaces |
|:------------------------|:--------------------------------------|:----------------------------|
| _select_ | buttons, links, menu items, dropdowns | "click, "press," "hit" |
| _select_ or _clear_ | checkboxes | "enable", "click", "press" |
| _expand_ | expandable sections | "open" |
| _turn on_ or _turn off_ | toggles | "flip", "enable", "disable" |
### Other Verbs
...
...
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