wiki:Download and load BDMAP

Version 1 (modified by celine, 15 years ago) (diff)

--

back to first page..
back to BDMAP

We got some problems with the version of BDMAP (export_BDMAP_pgsql_05022010.backup), all the values were

Download and load the data BDMAP from sauv_BDMAP_31072010.backup

I have created a new database : BDMAP2010
There are columns :

In cmd console :

C:\"Program Files"\PostgreSQL\8.4\bin\psql -p 5432 -U postgres -c "CREATE DATABASE bdmap2010  WITH OWNER = postgres  template=postgis ENCODING = 'UTF8'  LC_COLLATE = 'French_France.1252'  LC_CTYPE = 'French_France.1252' CONNECTION LIMIT = -1;"
cd C:\Program Files\PostgreSQL\8.4\bin\
pg_restore.exe --host localhost --port 5432 --username postgres --dbname "bdmap2010" --verbose "D:\CelineJouanin\BDMAP\sauv_BDMAP_31072010.backup"