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:
Align with upstream version
geonode-mapstore-client
MapStore2
GeoNode
Thuenen_atlas
Notable configuration changes
INVOKE_LOG_STDOUT became reasonable default (removed our setting)
geoserver credentials can be set initially via GEOSERVER_FACTORY_PASSWORD and GEOSERVER_ADMIN_PASSWORD (or re-do via FORCE_REINIT with respect to the currently set password)
OAUTH2_CLIENT_ID and OAUTH2_CLIENT_SECRET now have to be set explicitly in the dev-environment
:warning: Database from migration has to be done first! Details have to be determined -- most probably, a dump/backup and restore, similar to this:
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:
INVOKE_LOG_STDOUT
became reasonable default (removed our setting)GEOSERVER_FACTORY_PASSWORD
andGEOSERVER_ADMIN_PASSWORD
(or re-do viaFORCE_REINIT
with respect to the currently set password)OAUTH2_CLIENT_ID
andOAUTH2_CLIENT_SECRET
now have to be set explicitly in the dev-environment:warning: Database from migration has to be done first! Details have to be determined -- most probably, a dump/backup and restore, similar to this:
Resolves: #17