Skip to content

Populate the tracking DB for projects synced before upgrade to 9.0

Douglas Barbosa Alexandre requested to merge fix/geo-backfill-worker into master

When Geo customers upgrade to 9.0, the secondaries nodes that are enabled will start the backfilling process automatically. We need to populate the tracking database correctly for projects synced before. Otherwise, the query to retrieve the projects will always return the same projects because they don't have entries in the tracking database.

Merge request reports