-
Notifications
You must be signed in to change notification settings - Fork 174
Upgrade geonode importer from 4.0.x to 4.1.x
mattiagiupponi edited this page Jul 5, 2023
·
1 revision
To successfully upgrade the geonode-importer to 4.1.x version the following action are needed delete rabbitmq queue update geonode settings
- Login in the rabbitmq UI
- click on the queue tab
- enter each queue that starts with
importer
- scroll down and click on "delete queue"
NOTE: the management plugin must be enabled, read the rabbitmq documentation
You can remove the queues using the command rabbitmqctl purge_queue queue_name, using the queue names declared in the geonode settings (all the importer.* queues). If you are running GeoNode in a containerized environment, as an alternative you may remove the whole rabbitmq docker volume so that it will be recreated at the next restart.
Update the geonode settings with the one available at this link