Merge branch 'patch-1' into 'develop'

Fix 0.17 upgrade instructions.

See merge request funkwhale/funkwhale!448
merge-requests/466/head
Eliot Berriot 2018-10-13 14:01:46 +00:00
commit 3a5a446509
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -196,8 +196,8 @@ On docker-setups::
On non docker-setups::
# if you missed this one from a previous upgrade
python api/manage.py script create_actors --no-input
python api/manage.py script migrate_to_user_libraries --no-input
sudo -u funkwhale -E /srv/funkwhale/virtualenv/bin/python api/manage.py script create_actors --no-input
sudo -u funkwhale -E /srv/funkwhale/virtualenv/bin/python api/manage.py script migrate_to_user_libraries --no-input
If the scripts ends without errors, you're instance should be updated and ready to use :)