mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-08-01 16:46:16 +00:00
14 lines
845 B
YAML
14 lines
845 B
YAML
- title: "Outdated indices of Advanced Search migrations"
|
|
announcement_milestone: "14.10"
|
|
removal_milestone: "15.0"
|
|
breaking_change: true
|
|
body: |
|
|
As Advanced Search migrations usually require support multiple code paths for a long period of time,
|
|
it's important to clean those up when we safely can. We use GitLab major version upgrades as a safe
|
|
time to remove backward compatibility for indices that have not been fully migrated. See the
|
|
[upgrade documentation](https://docs.gitlab.com/update/#upgrading-to-a-new-major-version) for details.
|
|
stage: enablement
|
|
tiers: premium, ultimate
|
|
issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/359133
|
|
documentation_url: https://docs.gitlab.com/development/search/advanced_search_migration_styleguide/#deleting-advanced-search-migrations-in-a-major-version-upgrade
|