Closed AntoninHL closed 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
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