Changes between Version 4 and Version 5 of Ticket #84, comment 4


Ignore:
Timestamp:
May 28, 2018 1:11:47 PM (7 years ago)
Author:
cedric
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #84, comment 4

    v4 v5  
    3838pg_dump -U postgres -h 1.100.1.6 -a -W --schema ccm21 --verbose -f "ccm21.other.sql" --exclude-table-data=ccm21.riversegments --exclude-table-data=ccm21.catchments  eda2 
    3939}}} 
     40 
     41== dbeel == 
     42 
     43{{{#!sh 
     44set SCHEMA=dbeel_nomenclature 
     45set BACKUPFILE=dbeel_nomenclature.backup 
     46set PGPORT=5432 
     47set PGHOST=localhost 
     48set PGUSER=postgres 
     49set PGPASSWORD=? 
     50set THEDBDESTINATION=eda2.0 
     51set PGINSTALL=C:\Program Files\PostgreSQL\9.6 
     52set PATH=%PATH%;"%PGINSTALL%\bin" 
     53perl "%PGINSTALL%\utils\postgis_restore.pl" "%BACKUPFILE%" | psql %THEDB% 2> errors.txt 
     54}}}