sourcegraph / sourcegraph-public-snapshot

Code AI platform with Code Search & Cody
https://sourcegraph.com
Other
10.1k stars 1.27k forks source link

RFC 697: Ensure out-of-band migrations run unconditionally #38555

Closed efritz closed 2 years ago

efritz commented 2 years ago

See RFC 697: Multiple version upgrades.

Currently, there are a number of registered out-of-band migrations that can remain at 0% progress due to a feature not being enabled in site-config (e.g., code-insights and encryption of extsvc data). These migrations need to be vetted, otherwise we should move them out of this infrastructure if they are meant to be a permanent background process.

efritz commented 2 years ago

Fixed by #39894.