[postgis-users] Enabling output GDAL Driver

David Haynes haynesd2 at gmail.com
Sat Mar 26 08:02:37 PDT 2022


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';
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20220326/167dc1b0/attachment.html>


More information about the postgis-users mailing list