Hello List,

Running into an error running a 3rd party application GeoServer (2.16) to
visualize rasters stored in PostgreSQL. It seems my PostgreSQL DB has not
enabled the output GDAL driver.

ERROR: rt_raster_to_gdal: Could not load the output GDAL driver

2022-03-26 10:32:24,110 ERROR [jdbc.custom] - ERROR: rt_raster_to_gdal:
Could not load the output GDAL driver
  Where: PL/pgSQL function st_astiff(raster,text[],integer) line 24 at
RETURN
org.postgresql.util.PSQLException: ERROR: rt_raster_to_gdal: Could not load
the output GDAL driver

Overstack suggested this, but it hasn't worked. Do I have to recompile?

SET postgis.gdal_enabled_drivers = 'ENABLE_ALL';
_______________________________________________
postgis-users mailing list
postgis-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/postgis-users

Reply via email to