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
e4c4a990
Commit
e4c4a990
authored
Sep 30, 2019
by
Valery Sizov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Geo: Fix instruction for FDW set up
The instructions to update FDW schema aren't entirely correct
parent
72e1c25a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
7 deletions
+8
-7
changelogs/unreleased/32397-geo-instructions-to-update-fdw-schema-aren-t-entirely-correct.yml
...ructions-to-update-fdw-schema-aren-t-entirely-correct.yml
+5
-0
ee/lib/system_check/geo/fdw_schema_up_to_date_check.rb
ee/lib/system_check/geo/fdw_schema_up_to_date_check.rb
+3
-7
No files found.
changelogs/unreleased/32397-geo-instructions-to-update-fdw-schema-aren-t-entirely-correct.yml
0 → 100644
View file @
e4c4a990
---
title
:
'
Geo:
Fix
instruction
from
rake
geo:gitlab:check'
merge_request
:
17895
author
:
type
:
changed
ee/lib/system_check/geo/fdw_schema_up_to_date_check.rb
View file @
e4c4a990
...
...
@@ -30,15 +30,11 @@ module SystemCheck
def
show_error
try_fixing_it
(
'Follow Geo setup instructions to configure secondary nodes with FDW support'
,
'If you upgraded recently check for any new step required to enable FDW'
,
'If you are using Omnibus GitLab try running:'
,
'gitlab-ctl reconfigure'
,
'If installing from source, try running:'
,
'bundle exec rake geo:db:refresh_foreign_tables'
'Run the following command to refresh the FDW schema:'
,
'gitlab-rake geo:db:refresh_foreign_tables'
)
for_more_information
(
'doc/
gitlab-geo/database.md
'
)
for_more_information
(
'doc/
administration/geo/replication/troubleshooting.md#geo-database-has-an-outdated-fdw-remote-schema-error
'
)
end
end
end
...
...
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