kopia lustrzana https://github.com/kartoza/docker-postgis
Merge pull request #35 from MESASADC/enable-outdb-rasters
Enable PostGIS Out DB raster supportpull/38/head
commit
06f9f93869
|
@ -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"
|
||||
|
|
Ładowanie…
Reference in New Issue