Changes between Version 6 and Version 7 of Ticket #84, comment 4


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #84, comment 4

    v6 v7  
    99restore it 
    1010 
    11 == ccm21 == 
     11== 1 ccm21 == 
    1212 
    1313source:eda/EDACCM/sql/script_restore_v15to24.sql 
     
    4040}}} 
    4141 
    42 === dbeel === 
     42== 2 dbeel == 
    4343 
    4444{{{#!sh 
     
    5656perl "%PGINSTALL%\utils\postgis_restore.pl" "%BACKUPFILE%" | psql %THEDB% 2> errors.txt 
    5757}}} 
     58 
     59 
     60=== 3 others === 
     61 
     62{{{!#sh 
     63 
     64set BACKUPFILE=anglian.backup 
     65perl "%PGINSTALL%\utils\postgis_restore.pl" "%BACKUPFILE%" | psql %THEDB% 2> errors.txt 
     66 
     67set BACKUPFILE=bd_map.backup 
     68perl "%PGINSTALL%\utils\postgis_restore.pl" "%BACKUPFILE%" | psql %THEDB% 2> errors.txt 
     69 
     70set BACKUPFILE=oria.backup 
     71perl "%PGINSTALL%\utils\postgis_restore.pl" "%BACKUPFILE%" | psql %THEDB% 2> errors.txt 
     72 
     73set BACKUPFILE=belge.backup 
     74perl "%PGINSTALL%\utils\postgis_restore.pl" "%BACKUPFILE%" | psql %THEDB% 2> errors.txt 
     75 
     76set BACKUPFILE=dmeer2003.backup 
     77perl "%PGINSTALL%\utils\postgis_restore.pl" "%BACKUPFILE%" | psql %THEDB% 2> errors.txt 
     78 
     79set BACKUPFILE=ecoregion2003.backup 
     80perl "%PGINSTALL%\utils\postgis_restore.pl" "%BACKUPFILE%" | psql %THEDB% 2> errors.txt 
     81 
     82set BACKUPFILE=europe.backup 
     83perl "%PGINSTALL%\utils\postgis_restore.pl" "%BACKUPFILE%" | psql %THEDB% 2> errors.txt 
     84 
     85set BACKUPFILE=european_wise2008.backup 
     86perl "%PGINSTALL%\utils\postgis_restore.pl" "%BACKUPFILE%" | psql %THEDB% 2> errors.txt 
     87 
     88 
     89}}}