Skip to content

Geo: Fix refresh foreign tables on reconfigure

Michael Kozono requested to merge mk/fix-refresh-foreign-tables-guard into master

Closes #4672 (closed)

Before

If refresh succeeded, and if DB connection details didn't change, and if revision didn't change, then refresh doesn't occur. Even if foreign tables are out-of-date.

After

If foreign tables are out-of-date, then refresh is run.

To do

  • Write tests
  • Test on Omnibus installations
Edited by GitLab Release Tools Bot

Merge request reports