<div dir="ltr">So apparently, PostGIS 2.1.3 came with a security feature that turned all GDAL drivers off. A simple edit to the environment file and a restart fixed the issue.<div><br></div><div>Add this to your environment file. On Debian it's located in /etc/postgresql/9.3/main/</div>
<div>POSTGIS_GDAL_ENABLED_DRIVERS=ENABLE_ALL<br></div><div><br></div><div>Keep in mind that this was disabled for a reason. Seeing that our project is not live, and our users will not be allowed to enter their own queries, I think it's safe for me to turn this back on. Here's the release notes for this update: <a href="http://postgis.net/2014/05/19/postgis-2.0.6_and_2.1.3">http://postgis.net/2014/05/19/postgis-2.0.6_and_2.1.3</a></div>
<div><br></div><div>-Jayson</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Jun 5, 2014 at 11:23 AM, Jayson Gallardo <span dir="ltr"><<a href="mailto:jaysontrades@gmail.com" target="_blank">jaysontrades@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">We just ran a package update or our Debian machine last night, and now this morning our app doesn't work. I've narrowed it down to this:<div>
<br></div><div><div><font face="courier new, monospace">ERROR:  rt_raster_to_gdal: Could not load the output GDAL driver</font></div>
<div><font face="courier new, monospace">production=# select postgis_full_version();<br></font></div><div><font face="courier new, monospace"><br></font></div><div><font face="courier new, monospace">         postgis_full_version</font></div>

<div><font face="courier new, monospace"><br></font></div><div><font face="courier new, monospace">-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------</font></div>

<div><font face="courier new, monospace"> POSTGIS="2.1.3 r12547" GEOS="3.4.2-CAPI-1.8.2 r3921" PROJ="Rel. 4.8.0, 6 March 2012" GDAL="GDAL 1.10.1, released 2013/08/26" LIBXML="2.9.1" </font></div>

<div><font face="courier new, monospace">LIBJSON="UNKNOWN" (core procs from "2.1.2 r12389" need upgrade) TOPOLOGY RASTER (raster procs from "2.1.2 r12389" need upgrade)</font></div><div><font face="courier new, monospace">(1 row)</font></div>

</div><div><br></div><div>Thanks in advance,</div><div>Jayson</div></div>
</blockquote></div><br></div>