diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-07-11 11:06:43 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-12-12 12:21:01 +0100 |
commit | bb902cd5a6e519d9881fa6eeae9bb902d75f63fd (patch) | |
tree | fce4e3eadd8628de63e5732480f1e0d83354fb72 | |
parent | b066feee610638e3b75d3c6054d312c8e3726fbb (diff) | |
download | Ishtar-bb902cd5a6e519d9881fa6eeae9bb902d75f63fd.tar.bz2 Ishtar-bb902cd5a6e519d9881fa6eeae9bb902d75f63fd.zip |
Add files fixtures update on UPGRADE
-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 |