Skip to content

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

Delete queue via UI

  1. Login in the rabbitmq UI
  2. click on the queue tab
  3. enter each queue that starts with importer
  4. scroll down and click on "delete queue"

NOTE: the management plugin must be enabled, read the rabbitmq documentation

delete_queue

Delte queue via CLI

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 Geonode settings

Update the geonode settings with the one available at this link