ckanext-spatial icon indicating copy to clipboard operation
ckanext-spatial copied to clipboard

Incompatible with `db clean`

Open TkTech opened this issue 7 years ago • 1 comments

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.

TkTech avatar Sep 11 '17 16:09 TkTech

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

jonathansberry avatar Aug 07 '19 12:08 jonathansberry