ckan / ckanext-spatial

Geospatial extension for CKAN
http://docs.ckan.org/projects/ckanext-spatial
126 stars 193 forks source link

Incompatible with `db clean` #182

Open TkTech opened 7 years ago

TkTech commented 7 years ago

With this plugin enabled using the core CKAN command to clear the database becomes impossible for a couple of reasons.

  1. The tables it tries to delete cannot be deleted until the postgis extension is dropped (DROP EXTENSION postgis; DROP EXTENSION postgis_topology;)
  2. The clear cannot finish as the extension tries to create missing tables on load, but cannot complete this midway during the clear process.
jonathansberry commented 5 years ago

I'm hitting the same problem and struggling to find any info on this. Was it ever resolved?