This is a TheHive & Crotex update guide for targeting following versions:
- TheHive:
3.0.10
to3.1.1
. - Cortex:
2.0.4
to2.1.1
.
echo 'deb https://dl.bintray.com/thehive-project/debian-stable any main' | sudo tee -a /etc/apt/sources.list.d/thehive-project.list
sudo apt-key adv --keyserver hkp://pgp.mit.edu --recv-key 562CBC1C
sudo apt-get update
sudo apt-get install thehive
# Configuration file '/etc/thehive/application.conf'
# ==> Modified (by you or by a script) since installation.
# ==> Package distributor has shipped an updated version.
# What would you like to do about it ? Your options are:
# Y or I : install the package maintainer's version
# N or O : keep your currently-installed version
# D : show the differences between the versions
# Z : start a shell to examine the situation
# The default action is to keep your current version.
# *** application.conf (Y/I/N/O/D/Z) [default=N] ? N
sudo apt-get install cortex
sudo systemctl daemon-reload
sudo systemctl restart cortex
sudo systemctl restart thehive
- Access to your Cortex Web interface and update the database.
- Access to your ThieHive Web interface and update the database.
Done!