Skip to content

SELKS 4.0 to SELKS 5.0 Beta1 upgrades

Peter Manev edited this page Dec 21, 2018 · 5 revisions

Upgrade

To upgrade your existing SELKS 4 to SELKS 5 preview:

git clone -b SELKS5 https://github.com/StamusNetworks/SELKS.git
cd scripts/SELKS4-SELKS5
./SN-S4-S5-Upgrade.sh

Give it some time - it could be anywhere between 20-50 min depending on your installation.

Reindex

If you need to reindex a current elasticsearch data/installation you could utilize a ready to use script form the repo above:

./SN-S4-S5-ES-Reindex.sh

Time for completion is entirely dependent on the amount and volume of data/indices/indexes of your current setup.

NOTE: You can also download a ready to use SELKS 5 Beta ISO - https://www.stamus-networks.com/open-source/ and use the first time set up guide here - https://github.com/StamusNetworks/SELKS/wiki/SELKS-5.0-Beta1

Clone this wiki locally