Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
839d4097
Commit
839d4097
authored
Jun 08, 2021
by
Sean McGivern
Committed by
Dmitry Gruzd
Jun 08, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Apply 2 suggestion(s) to 1 file(s)
parent
c3804184
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
doc/development/elasticsearch.md
doc/development/elasticsearch.md
+3
-1
No files found.
doc/development/elasticsearch.md
View file @
839d4097
...
...
@@ -308,13 +308,15 @@ We choose to use GitLab major version upgrades as a safe time to remove
backwards compatibility for indices that have not been fully migrated. We
[
document this in our upgrade
documentation
](
../update/index.md#upgrading-to-a-new-major-version
)
. We also
choose to re
move the migration code by replacing it
with the halted migration
choose to re
place the migration code
with the halted migration
and remove tests so that:
-
We don't need to maintain any code that is called from our Advanced Search
migrations.
-
We don't waste CI time running tests for migrations that we don't support
anymore.
-
Operators who have not run this migration and who upgrade directly to the
target version will see a message prompting them to reindex from scratch.
To be extra safe, we will not delete migrations that were created in the last
minor version before the major upgrade. So, if we are upgrading to
`%14.0`
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment