Update create_osm_roads.sh
This commit is contained in:
parent
273661e217
commit
97d405b304
|
@ -31,7 +31,7 @@ echo "import phase_1_trace dans la base OSM"
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
# 1. export du tracé phase 1 depuis la base redadeg
|
# 1. export du tracé phase 1 depuis la base redadeg
|
||||||
pg_dump --dbname=postgresql://$DB_USER:$DB_PASSWD@$HOST_DB_redadeg/$DB_NAME \
|
pg_dump --dbname=postgresql://$DB_USER:$DB_PASSWD@$HOST_DB_redadeg/$DB_REDADEG \
|
||||||
--format=p --no-owner --section=pre-data --section=data --no-privileges --no-tablespaces --no-unlogged-table-data --no-comments \
|
--format=p --no-owner --section=pre-data --section=data --no-privileges --no-tablespaces --no-unlogged-table-data --no-comments \
|
||||||
--table phase_1_trace $DB_REDADEG \
|
--table phase_1_trace $DB_REDADEG \
|
||||||
--file $rep_data/redadeg_trace.sql
|
--file $rep_data/redadeg_trace.sql
|
||||||
|
@ -118,7 +118,7 @@ echo ""
|
||||||
echo "transfert de osm_roads_$millesime depuis la base OSM vers la base redadeg"
|
echo "transfert de osm_roads_$millesime depuis la base OSM vers la base redadeg"
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
pg_dump --dbname=postgresql://$osmDBUser:$osmDBPassword@$osmDBHost/$osmDBName \
|
pg_dump --dbname=postgresql://$DB_USER:$DB_PASSWD@$HOST_DB_osm/$DB_OSM \
|
||||||
--format=p --no-owner --section=pre-data --section=data --no-privileges --no-tablespaces --no-unlogged-table-data --no-comments \
|
--format=p --no-owner --section=pre-data --section=data --no-privileges --no-tablespaces --no-unlogged-table-data --no-comments \
|
||||||
--table osm_roads_$millesime $DB_OSM \
|
--table osm_roads_$millesime $DB_OSM \
|
||||||
--file $rep_data/osm_roads.sql
|
--file $rep_data/osm_roads.sql
|
||||||
|
|
Loading…
Reference in a new issue