Commit 0710bf1f authored by Kamil Trzciński's avatar Kamil Trzciński

Merge branch '32397-geo-instructions-to-update-fdw-schema-aren-t-entirely-correct' into 'master'

Geo: Fix instruction for FDW set up

Closes #32397

See merge request gitlab-org/gitlab!17895
parents 1ea8d32d e4c4a990
---
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