Feature:MigrationsTeam:Coregood first issue
Description
Upon upgrading Kibana, migrations will create a new index for every new version. Old indices are kept indefinitely. Because these "backup" indices are system indices users should not have to manually clean them up.
Although our documentation has recommended since 7.12+ that users only rollback using snapshots and don't rely on these backup indices, some users might still assume these can replace a snapshot for rollback purposes.
As a result we should probably not remove backup indices until 8.x but introduce a configuration option that defaults to keeping one version's backup indices.