[DOCS] Updates the Upgrade docs#125288
Merged
gchaps merged 7 commits intoelastic:mainfrom Feb 10, 2022
Merged
Conversation
Contributor
|
Pinging @elastic/kibana-docs (Team:Docs) |
Contributor
|
@elasticmachine run elasticsearch-ci/docs |
Contributor
There was a problem hiding this comment.
We can delete this line from the table
Suggested change
| | 6.0.0 through 6.4.x | `.kibana` |
Contributor
There was a problem hiding this comment.
Optional: we can include this section from the Improve docs from unknown saved object types PR:
Suggested change
| [float] | |
| ====== Documents found for unknown saved object types | |
| Migrations will fail if saved objects belong to an unknown | |
| saved object type. Unknown saved objects are typically caused by | |
| to the {es} index, or by disabling a plugin that had previously | |
| created a saved object. | |
| We recommend using the https://www.elastic.co/guide/en/kibana/7.17/upgrade-assistant.html[Upgrade Assistant] | |
| to discover and remedy any unknown saved object types. {kib} version 7.17.0 deployments containing unknown saved | |
| object types will also log the following warning message: | |
| [source,sh] | |
| -------------------------------------------- | |
| CHECK_UNKNOWN_DOCUMENTS Upgrades will fail for 8.0+ because documents were found for unknown saved object types. To ensure that upgrades will succeed in the future, either re-enable plugins or delete these documents from the ".kibana_7.17.0_001" index after the current upgrade completes. | |
| -------------------------------------------- | |
| If you fail to remedy this, your upgrade to 8.0+ will fail with a message like: | |
| [source,sh] | |
| -------------------------------------------- | |
| Unable to complete saved object migrations for the [.kibana] index: Migration failed because documents were found for unknown saved object types. To proceed with the migration, please delete these documents from the ".kibana_7.17.0_001" index. | |
| -------------------------------------------- |
9 tasks
c7f9147 to
10598aa
Compare
TinaHeiligers
approved these changes
Feb 10, 2022
Contributor
TinaHeiligers
left a comment
There was a problem hiding this comment.
Thanks for including those sections!
LGTM
💚 Build Succeeded
History
To update your PR or re-run it, just comment with: |
gchaps
added a commit
to gchaps/kibana
that referenced
this pull request
Feb 10, 2022
* [DOCS] Adds redirect for Standard Upgrade doc * [DOCS] Updates Upgrade docs * [DOCS] Incorporates review comments * [DOCS] Adds info on saved objects * [DOCS] Fixes broken link * [DOCS] Fixes placement of section on unknown saved objects * [DOCS] Removes duplicate topic (cherry picked from commit a13dafc)
gchaps
added a commit
to gchaps/kibana
that referenced
this pull request
Feb 10, 2022
* [DOCS] Adds redirect for Standard Upgrade doc * [DOCS] Updates Upgrade docs * [DOCS] Incorporates review comments * [DOCS] Adds info on saved objects * [DOCS] Fixes broken link * [DOCS] Fixes placement of section on unknown saved objects * [DOCS] Removes duplicate topic (cherry picked from commit a13dafc)
gchaps
added a commit
that referenced
this pull request
Feb 11, 2022
* [DOCS] Adds redirect for Standard Upgrade doc * [DOCS] Updates Upgrade docs * [DOCS] Incorporates review comments * [DOCS] Adds info on saved objects * [DOCS] Fixes broken link * [DOCS] Fixes placement of section on unknown saved objects * [DOCS] Removes duplicate topic (cherry picked from commit a13dafc)
gchaps
added a commit
that referenced
this pull request
Feb 11, 2022
* [DOCS] Adds redirect for Standard Upgrade doc * [DOCS] Updates Upgrade docs * [DOCS] Incorporates review comments * [DOCS] Adds info on saved objects * [DOCS] Fixes broken link * [DOCS] Fixes placement of section on unknown saved objects * [DOCS] Removes duplicate topic (cherry picked from commit a13dafc)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR: