Remove v1 saved object migrations #91619
Labels
Feature:Saved Objects
project:ResilientSavedObjectMigrations
Reduce Kibana upgrade failures by making saved object migrations more resilient
When we introduce v2 saved object migrations (#78413, #89297) we kept the v1 migrations with the
migrations.enableV2
configuration option to switch between the two. This is a failsafe mechanism so that if we discover a bug in the v2 migrations there is a way for users to quickly get their upgrades working again.Keeping both migration algorithms introduced some technical debt, so we should ideally remove this code as soon as we have confidence in the new migration algorithm.
The text was updated successfully, but these errors were encountered: