You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the v1 upgrade migration in 7.12 upgrades can fail with:
Error: Document "tsvb-validation-telemetry" has property "tsvb-validation-telemetry" which belongs to a more recent version of Kibana [7.10.0]. The last known version is [undefined]
at /usr/share/kibana/src/core/server/saved_objects/migrations/core/document_migrator.js:600:27
at Array.find ()
at nextUnmigratedProp (/usr/share/kibana/src/core/server/saved_objects/migrations/core/document_migrator.js:591:21)
at applyMigrations (/usr/share/kibana/src/core/server/saved_objects/migrations/core/document_migrator.js:337:18)
at DocumentMigrator.transformAndValidate [as transformDoc]
This is caused by this saved object type no longer being registered #87848 but only affects v1 migrations (related #56731)
Delete the document. These documents are no longer used by Kibana so deleting it won't have any impact. DELETE .kibana/_doc/tsvb-validation-telemetry:tsvb-validation-telemetry
start Kibana
The text was updated successfully, but these errors were encountered:
rudolf
added
bug
Fixes for quality problems that affect the customer experience
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
labels
Mar 28, 2021
rudolf
changed the title
7.12 Upgrade migrations fail on tsvb-validation-telemetry documents
7.12 v1 migrations fail on tsvb-validation-telemetry documents
Apr 8, 2021
rudolf
changed the title
7.12 v1 migrations fail on tsvb-validation-telemetry documents
7.12 migrations fail on tsvb-validation-telemetry documents
Apr 8, 2021
When using the v1 upgrade migration in 7.12 upgrades can fail with:
This is caused by this saved object type no longer being registered #87848 but only affects v1 migrations (related #56731)
Workaround:
DELETE .kibana/_doc/tsvb-validation-telemetry:tsvb-validation-telemetry
The text was updated successfully, but these errors were encountered: