From df8a001203e9e936ae5bae4e06f5631d87fb3ada Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 22 May 2022 20:31:19 +0200 Subject: Geodata - geo forms: new forms - many adaptations --- UPGRADE_V4.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 UPGRADE_V4.md (limited to 'UPGRADE_V4.md') diff --git a/UPGRADE_V4.md b/UPGRADE_V4.md new file mode 100644 index 000000000..33a2448db --- /dev/null +++ b/UPGRADE_V4.md @@ -0,0 +1,14 @@ +# backup database and media +sudo vim /etc/apt/sources.list.d/iggdrasil.list +# buster -> bullseye +sudo apt update +sudo apt upgrade +screen # data migration is long... +# for each instance in /etc/ishtar/instances +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 +# edit profile type permissions for geovectordata +-> http(s)://{my-ihstar}/admin/ishtar_common/profiletypesummary/ \ No newline at end of file -- cgit v1.2.3