| 1 | back to first page[..][[BR]] |
| 2 | back to ["BDMAP"][[BR]] |
| 3 | |
| 4 | We got some problems with the version of BDMAP (export_BDMAP_pgsql_05022010.backup), all the values were |
| 5 | = Download and load the data BDMAP from sauv_BDMAP_31072010.backup= |
| 6 | |
| 7 | I have created a new database : BDMAP2010[[BR]] |
| 8 | There are columns : [[BR]] |
| 9 | |
| 10 | In cmd console :[[BR]] |
| 11 | {{{ |
| 12 | 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;" |
| 13 | cd C:\Program Files\PostgreSQL\8.4\bin\ |
| 14 | pg_restore.exe --host localhost --port 5432 --username postgres --dbname "bdmap2010" --verbose "D:\CelineJouanin\BDMAP\sauv_BDMAP_31072010.backup" |
| 15 | }}} |