Issue upgrading from 2.31 to 2.32

I ended up deleting all of the geo data and will reimport after the upgrade via

update organisationunit
set
featuretype=null,
coordinates=null
where
featuretype=‘POLYGON’;

Once I did this it worked, but then I ran into this issue, which I did manage to fix after tweaking the PostgreSQL server settings.

You should probably review the file I sent you via email as there was clearly still something up with the geo data .

Thanks
S

1 Like