Patrowl / PatrowlManager

PatrOwl - Open Source, Smart and Scalable Security Operations Orchestration Platform
https://www.patrowl.io
GNU Affero General Public License v3.0
625 stars 112 forks source link

Update Manager #117

Closed AntoninHL closed 4 years ago

AntoninHL commented 4 years ago

Hi!

I installed a Patrowl server some time ago, and I wanted to make sure it was up to date. Both in terms of functionality and security.

How do I update the instance?

Thanks

MaKyOtOx commented 4 years ago

Hello @weSh ! If you installed Patrowl using Docker images: docker pull ;) If you installed Patrowl using sources, try this (within Python virtualenv):

pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate