Thuenen-GeoNode-Development / thuenen_atlas

The Thünen Atlas GeoNode project
2 stars 1 forks source link

Upgrades geonode to upstream 4.2.1 #18

Closed ridoo closed 10 months ago

ridoo commented 10 months ago

Upgrades geonode and each dependent component to upstream version 4.2.0 by keeping thuenen adjustments. Will have to make more test. Findings/necessary changes include:

:warning: Database from migration has to be done first! Details have to be determined -- most probably, a dump/backup and restore, similar to this:

docker-compose exec db pg_dumpall -c -U geonode > db_13_dump.sql
cat db_13_dump.sql | sudo docker-compose exec -T db_15 psql -U geonode

Resolves: #17

ridoo commented 10 months ago

GeoSolutions has release v4.2.1 already with minor changes. Will update this PR soon