forked from Noctem/Monocle
-
Notifications
You must be signed in to change notification settings - Fork 20
Update drill
Hydro74000 edited this page Nov 8, 2017
·
1 revision
- stop all your instances
- pull latest
develop
pip3[.6] install -r requirements.txt -U
- make sure sightings and sightings_users are not overloaded. (do cleanup if you have millions of rows)
alembic upgrade head
- restart
scan.py
-
python3[.6] cleanup.py -sc
(Unix only. For Windows, refer to Cleanup wiki)
- If you skipped steps
1.
and4.
, step5.
might take a long time and sometimes result in migration failure. -
7.
is only needed once per DB.