Skip to content

v4.2.3

Compare
Choose a tag to compare
@mlodic mlodic released this 24 Mar 08:43
· 1143 commits to develop since this release
09d7bb7

please refer to the Changelog

CARE!!! After having upgraded IntelOwl, in case the application does not start and you get an error like this:

PermissionError: [Errno 13] Permission denied: '/var/log/intel_owl/django/authentication.log

just run this:

sudo chown -R www-data:www-data /var/lib/docker/volumes/intel_owl_generic_logs/_data/django

and restart IntelOwl. It should solve the permissions problem.