Commit e4c4a990 authored by Valery Sizov's avatar Valery Sizov

Geo: Fix instruction for FDW set up

The instructions to update FDW schema aren't entirely correct
parent 72e1c25a
---
title: 'Geo: Fix instruction from rake geo:gitlab:check'
merge_request: 17895
author:
type: changed
...@@ -30,15 +30,11 @@ module SystemCheck ...@@ -30,15 +30,11 @@ module SystemCheck
def show_error def show_error
try_fixing_it( try_fixing_it(
'Follow Geo setup instructions to configure secondary nodes with FDW support', 'Run the following command to refresh the FDW schema:',
'If you upgraded recently check for any new step required to enable FDW', 'gitlab-rake geo:db:refresh_foreign_tables'
'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'
) )
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 end
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment