Skip to content

Commit b5bc6db

Browse files
author
guyplusplus
committed
How to upgrade kibana dev env.
1 parent 1ece167 commit b5bc6db

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,15 @@ $ sudo sysctl -p
106106
elasticsearch.ignoreVersionMismatch: true
107107
```
108108

109+
11. When it is time to upgrade the kibana development environment, start for a clean environment, get the latest changes from github, and switch to the new tag or release. The `kibana/plugins` directory remains untouched accross these steps. You may delete the `target` folder in each plugin folder.
110+
111+
```shell
112+
$ cd kibana
113+
$ git reset --hard
114+
$ git fetch
115+
$ git checkout v7.8.1
116+
```
117+
109118
## Creating the actual form (step 7) for your own usecase
110119

111120
The current plugin name is based on the accounts test data. Simply perform a search replace in filenames and in the source code, respecting letter capitalization.

0 commit comments

Comments
 (0)