Skip to content

Make Geo FDW configurable through Omnibus

Toon Claes requested to merge tc-geo-db-fdw-setting into master

In GitLab, the user is allowed to configure fdw: true/false in config/database_geo.yml. This will enable/disable Geo to use PostgreSQL Foreign Data Wrappers to execute queries between the main database and the tracking database.

With adding geo_secondary['db_fdw'] = true/false to gitlab.rb the user can now configure this setting in omnibus.

See gitlab-org/gitlab-ee#4558

Edited by GitLab Release Tools Bot

Merge request reports