# Kibana update from 7.10.2 to 7.16.2

**URL:** https://discuss.elastic.co/t/kibana-update-from-7-10-2-to-7-16-2/293034
**Category:** Kibana
**Created:** [December 28, 2021, 10:01am UTC](https://discuss.elastic.co/t/kibana-update-from-7-10-2-to-7-16-2/293034 "2021-12-28T10:01:18Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![rahul.cheekoti](https://avatars.discourse-cdn.com/v4/letter/r/6f9a4e/32.png) [@rahul.cheekoti](https://discuss.elastic.co/u/rahul.cheekoti)
#### Post date: [December 28, 2021, 10:01am UTC](https://discuss.elastic.co/t/kibana-update-from-7-10-2-to-7-16-2/293034/1 "2021-12-28T10:01:19Z")

</div>

I am trying to upgrade Elasticsearch and kibana from 7.10.2 to 7.16.2 , I have successful updated the Elasticsearch , but while I am updating the kibana I am getting below error :

FATAL Error: Unable to complete saved object migrations for the [.kibana] index: Migrations failed. Reason: 1 transformation errors were encountered:

- dashboard:1: Error: Migration function for version 7.11.0 threw an error  
at tryTransformDoc (D:\Rahul\workbench\Jarvis\New ELK\kibana-7.16.2-windows-x86\_64\src\core\server\saved\_objects\migrations\core\document\_migrator.js:610:13)  
at migrateProp (D:\Rahul\workbench\Jarvis\New ELK\kibana-7.16.2-windows-x86\_64\src\core\server\saved\_objects\migrations\core\document\_migrator.js:679:22)  
at applyMigrations (D:\Rahul\workbench\Jarvis\New ELK\kibana-7.16.2-windows-x86\_64\src\core\server\saved\_objects\migrations\core\document\_migrator.js:397:20)  
at DocumentMigrator.transformAndValidate [as transformDoc] (D:\Rahul\workbench\Jarvis\New ELK\kibana-7.16.2-windows-x86\_64\src\core\server\saved\_objects\migrations\core\document\_migrator.js:337:22)  
at D:\Rahul\workbench\Jarvis\New ELK\kibana-7.16.2-windows-x86\_64\src\core\server\saved\_objects\migrations\core\document\_migrator.js:146:16  
at Immediate.\_onImmediate (D:\Rahul\workbench\Jarvis\New ELK\kibana-7.16.2-windows-x86\_64\src\core\server\saved\_objects\migrations\core\migrate\_raw\_docs.js:158:17)  
at processImmediate (node:internal/timers:464:21)  
Caused by:  
TypeError: Invalid Version:  
at new SemVer (D:\Rahul\workbench\Jarvis\New ELK\kibana-7.16.2-windows-x86\_64\node\_modules\semver\classes\semver.js:41:13)  
at compare (D:\Rahul\workbench\Jarvis\New ELK\kibana-7.16.2-windows-x86\_64\node\_modules\semver\functions\compare.js:3:32)  
at gt (D:\Rahul\workbench\Jarvis\New ELK\kibana-7.16.2-windows-x86\_64\node\_modules\semver\functions\gt.js:2:29)  
at isPre730Panel (D:\Rahul\workbench\Jarvis\New ELK\kibana-7.16.2-windows-x86\_64\src\plugins\dashboard\common\saved\_dashboard\_references.js:23:47)  
at Array.some ()  
at extractReferences (D:\Rahul\workbench\Jarvis\New ELK\kibana-7.16.2-windows-x86\_64\src\plugins\dashboard\common\saved\_dashboard\_references.js:87:14)  
at D:\Rahul\workbench\Jarvis\New ELK\kibana-7.16.2-windows-x86\_64\src\plugins\dashboard\server\saved\_objects\dashboard\_migrations.js:151:59  
at D:\Rahul\workbench\Jarvis\New ELK\kibana-7.16.2-windows-x86\_64\node\_modules\lodash\lodash.js:5177:46  
at tryTransformDoc (D:\Rahul\workbench\Jarvis\New ELK\kibana-7.16.2-windows-x86\_64\src\core\server\saved\_objects\migrations\core\document\_migrator.js:597:22)  
at migrateProp (D:\Rahul\workbench\Jarvis\New ELK\kibana-7.16.2-windows-x86\_64\src\core\server\saved\_objects\migrations\core\document\_migrator.js:679:22)  
at applyMigrations (D:\Rahul\workbench\Jarvis\New ELK\kibana-7.16.2-windows-x86\_64\src\core\server\saved\_objects\migrations\core\document\_migrator.js:397:20)  
at DocumentMigrator.transformAndValidate [as transformDoc] (D:\Rahul\workbench\Jarvis\New ELK\kibana-7.16.2-windows-x86\_64\src\core\server\saved\_objects\migrations\core\document\_migrator.js:337:22)  
at D:\Rahul\workbench\Jarvis\New ELK\kibana-7.16.2-windows-x86\_64\src\core\server\saved\_objects\migrations\core\document\_migrator.js:146:16  
at Immediate.\_onImmediate (D:\Rahul\workbench\Jarvis\New ELK\kibana-7.16.2-windows-x86\_64\src\core\server\saved\_objects\migrations\core\migrate\_raw\_docs.js:158:17)  
at processImmediate (node:internal/timers:464:21)

To allow migrations to proceed, please delete or fix these documents.

Can anyone help out in resolving the above issue.

---

<div class="post-metadata">

### Author: ![FALEN](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/falen/32/82754_2.png) [@FALEN](https://discuss.elastic.co/u/FALEN)
#### Post date: [December 28, 2021, 11:38am UTC](https://discuss.elastic.co/t/kibana-update-from-7-10-2-to-7-16-2/293034/2 "2021-12-28T11:38:45Z")

</div>

You can delete .kibana index, but this will also delete all kibana settings, dashboards etc..  
`curl -XDELETE http://localhost:9200/.kibana`

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [January 25, 2022, 11:39am UTC](https://discuss.elastic.co/t/kibana-update-from-7-10-2-to-7-16-2/293034/3 "2022-01-25T11:39:35Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
