diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-05-22 20:31:19 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-12-12 12:21:00 +0100 |
| commit | df8a001203e9e936ae5bae4e06f5631d87fb3ada (patch) | |
| tree | b7bece5905a4a433cbde9132bec669669f1c8ea0 /UPGRADE_V4.md | |
| parent | 3ff82007369b115406c2f2effbdfb13188167bb7 (diff) | |
| download | Ishtar-df8a001203e9e936ae5bae4e06f5631d87fb3ada.tar.bz2 Ishtar-df8a001203e9e936ae5bae4e06f5631d87fb3ada.zip | |
Geodata - geo forms: new forms - many adaptations
Diffstat (limited to 'UPGRADE_V4.md')
| -rw-r--r-- | UPGRADE_V4.md | 14 |
1 files changed, 14 insertions, 0 deletions
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 |
