Skip to content

Geo: run Geo migrations on secondary, instead of Rails migrations

Jason Plum requested to merge 1707-run-geo-migrations-on-secondary into master
  • Configure the migrations chart to perform geo-db-migrate script (gitlab-org/build/CNG!330 (merged)) when global.geo.role: secondary, in place of db-migrate script.

  • Ensure the the use of various global.geo.psql settings are only used by deployments where global.geo.role: secondary. Primary do not have an active tracking database.

Closes #1707 (closed)

Merge request reports