Skip to content

Add FDW schema refresh to Geo rake task and refactor some code

Gabriel Mazetto requested to merge geo-fdw-support into master

What does this MR do?

  1. Add refresh foreign tables tasks to Geo rake tasks
  2. Extract some code out of Geo rake tasks into it's own Helper class

When in a source install, user will have to invoke the rake task by itself during the installation process. When in an Omnibus GitLab install, this will be triggered automatically.

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

Missing bit from omnibus-gitlab#2760 (closed)

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitlab-ee/issues/3382

Edited by Gabriel Mazetto

Merge request reports