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
2fe1daf3
Commit
2fe1daf3
authored
Oct 18, 2020
by
Craig Norris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor style updates
parent
0ef47841
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
doc/administration/geo/replication/troubleshooting.md
doc/administration/geo/replication/troubleshooting.md
+5
-4
No files found.
doc/administration/geo/replication/troubleshooting.md
View file @
2fe1daf3
...
...
@@ -615,11 +615,12 @@ or `gitlab-ctl promote-to-primary-node`, either:
### Message: ActiveRecord::RecordInvalid: Validation failed: Enabled Geo primary node cannot be disabled
If you disabled a secondary node, either with the
[
replication pause task
](
../index.md#pausing-and-resuming-replication
)
(13.2) or
via the UI (13.1 and earlier), you must first re-enable the
node before you can continue. This is fixed in 13.4.
(13.2) or
by using the user interface (13.1 and earlier), you must first
re-enable the
node before you can continue. This is fixed in 13.4.
Execute the following, replacing
`<your secondary url>`
with the URL for your secondary
server, using
`http`
or
`https`
and ending with a
`/`
.
Run the following command, replacing
`https://<secondary url>/`
with the URL
for your secondary server, using either
`http`
or
`https`
, and ensuring that you
end the URL with a slash (
`/`
):
```
shell
sudo
gitlab-rails dbconsole
...
...
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