no more need DB
This commit is contained in:
parent
97d405b304
commit
a81be7d3e9
|
@ -33,7 +33,7 @@ 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_REDADEG \
|
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 \
|
||||||
--file $rep_data/redadeg_trace.sql
|
--file $rep_data/redadeg_trace.sql
|
||||||
|
|
||||||
|
|
||||||
|
@ -120,7 +120,7 @@ echo ""
|
||||||
|
|
||||||
pg_dump --dbname=postgresql://$DB_USER:$DB_PASSWD@$HOST_DB_osm/$DB_OSM \
|
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 \
|
||||||
--file $rep_data/osm_roads.sql
|
--file $rep_data/osm_roads.sql
|
||||||
|
|
||||||
# 5. import dans la base redadeg
|
# 5. import dans la base redadeg
|
||||||
|
|
|
@ -29,7 +29,7 @@ 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_NAME \
|
||||||
--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 \
|
||||||
--file $rep_data/redadeg_trace.sql
|
--file $rep_data/redadeg_trace.sql
|
||||||
|
|
||||||
|
|
||||||
|
@ -117,7 +117,7 @@ echo ""
|
||||||
|
|
||||||
pg_dump --dbname=postgresql://$osmDBUser:$osmDBPassword@$osmDBHost/$osmDBName \
|
pg_dump --dbname=postgresql://$osmDBUser:$osmDBPassword@$osmDBHost/$osmDBName \
|
||||||
--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 \
|
||||||
--file $rep_data/osm_roads.sql
|
--file $rep_data/osm_roads.sql
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue