...
- Update the ogr_cmd in the loader.config file so that the postgres credentials map to those of the addressbase database.
Code Block |
---|
ogr_cmd= |
ogr2ogr
ogr2ogr --config GML_EXPOSE_FID |
-
append
-
skipfailures
NO -append -skipfailures -f PostgreSQL PG:'dbname=addressbase active_schema=addressbase_temp host=localhost user=[YOUR USERNAME] password=[YOUR_PASSWORD]' |
$file_path |