Merge pull request #35 from MESASADC/enable-outdb-rasters

Enable PostGIS Out DB raster support
pull/38/head
Tim Sutton 2016-03-18 22:11:36 +02:00
commit 06f9f93869
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -131,4 +131,5 @@ su - postgres -c "psql -l"
PID=`cat /var/run/postgresql/9.4-main.pid`
kill -9 ${PID}
echo "Postgres initialisation process completed .... restarting in foreground"
exec su - postgres -c "$POSTGRES -D $DATADIR -c config_file=$CONF"
SETVARS="POSTGIS_ENABLE_OUTDB_RASTERS=1 POSTGIS_GDAL_ENABLED_DRIVERS=ENABLE_ALL"
su - postgres -c "$SETVARS $POSTGRES -D $DATADIR -c config_file=$CONF"