summaryrefslogtreecommitdiff
path: root/UPGRADE_V4.md
diff options
context:
space:
mode:
Diffstat (limited to 'UPGRADE_V4.md')
-rw-r--r--UPGRADE_V4.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/UPGRADE_V4.md b/UPGRADE_V4.md
index 33a2448db..f69dbb9ec 100644
--- a/UPGRADE_V4.md
+++ b/UPGRADE_V4.md
@@ -9,6 +9,6 @@ cd /srv/ishtar/{instance_name}
# update fixtures
./manage.py loaddata /usr/share/python3-django-ishtar/fixtures/initial_data-auth-fr.json
# migrate to new geo management
-./manage.py migrate_to_geo_v4
+./manage.py migrate_to_geo_v4 --process {number_of_thread} # number_of_thread depend on your CPU
# edit profile type permissions for geovectordata
-> http(s)://{my-ihstar}/admin/ishtar_common/profiletypesummary/ \ No newline at end of file