From: Regina Obe Date: Sun, 18 Jan 2015 07:46:34 +0000 (+0000) Subject: FAQ about 2.0.6, 2.1.3 security changes for raster X-Git-Tag: 2.2.0rc1~707 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ceb9ef796d8144b4559b1b3e7d0c11367797b864;p=postgis FAQ about 2.0.6, 2.1.3 security changes for raster git-svn-id: http://svn.osgeo.org/postgis/trunk@13180 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/faq_raster.xml b/doc/faq_raster.xml index 7c64add04..d9b923b41 100644 --- a/doc/faq_raster.xml +++ b/doc/faq_raster.xml @@ -3,6 +3,18 @@ PostGIS Raster Frequently Asked Questions + + + + I'm getting error ERROR: RASTER_fromGDALRaster: Could not open bytea with GDAL. Check that the bytea is of a GDAL supported format. + + + + As of PostGIS 2.1.3 and 2.0.5, a security change was made to by default disable all GDAL drivers and out of db rasters. The release notes are at PostGIS 2.0.6, 2.1.3 security release. In order to reenable specific drivers or all drivers and reenable out of database support, refer to . + + + +