Revision b54374b9 doc/source/install.rst
b/doc/source/install.rst | ||
---|---|---|
9 | 9 |
================================== |
10 | 10 |
This guide assumes that installation is carried out in /srv/flowspy directory. If other directory is to be used, please change the corresponding configuration files. It is also assumed that the root user will perform every action. |
11 | 11 |
|
12 |
|
|
13 |
Upgrading from v<1.1.x |
|
14 |
---------------------- |
|
15 |
If upgrading from flowspy version <1.1.x pay attention to settings.py changes. Also, do not forget to run:: |
|
16 |
|
|
17 |
./manage.py migrate |
|
18 |
|
|
19 |
to catch-up with latest database changes. |
|
20 |
|
|
12 | 21 |
Upgrading from v<1.0.x |
13 | 22 |
---------------------- |
14 | 23 |
If upgrading from flowspy version <1.0.x pay attention to settings.py changes. Also, do not forget to run:: |
... | ... | |
490 | 499 |
|
491 | 500 |
cd /srv/flowspy |
492 | 501 |
python manage.py syncdb |
502 |
python manage.py migrate longerusername |
|
493 | 503 |
python manage.py migrate flowspec |
494 | 504 |
python manage.py migrate djcelery |
495 | 505 |
python manage.py migrate accounts |
Also available in: Unified diff