diff options
Diffstat (limited to 'UPGRADE-V4.md')
-rw-r--r-- | UPGRADE-V4.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/UPGRADE-V4.md b/UPGRADE-V4.md index f69dbb9ec..f75db4a9c 100644 --- a/UPGRADE-V4.md +++ b/UPGRADE-V4.md @@ -8,6 +8,7 @@ screen # data migration is long... cd /srv/ishtar/{instance_name} # update fixtures ./manage.py loaddata /usr/share/python3-django-ishtar/fixtures/initial_data-auth-fr.json +./manage.py loaddata /usr/lib/python3/dist-packages/archaeological_files/fixtures/initial_data-fr.json # migrate to new geo management ./manage.py migrate_to_geo_v4 --process {number_of_thread} # number_of_thread depend on your CPU # edit profile type permissions for geovectordata |