Changes between Version 10 and Version 11 of Ticket #84, comment 4


Ignore:
Timestamp:
May 28, 2018 2:58:56 PM (7 years ago)
Author:
cedric
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #84, comment 4

    v10 v11  
    4141 
    4242== 2 dbeel == 
     43Pour le schema dbeel 
     44 
     45{{{#!sql 
     46 CREATE EXTENSION "uuid-ossp" 
     47}}} 
    4348 
    4449{{{#!sh 
     
    5257set PGINSTALL=C:\Program Files\PostgreSQL\9.6 
    5358set PATH=%PATH%;"%PGINSTALL%\bin" 
    54 perl "%PGINSTALL%\utils\postgis_restore.pl" "%BACKUPFILE%" | psql %THEDB% 2> errors.txt 
     59perl "%PGINSTALL%\utils\postgis_restore.pl" "%BACKUPFILE%" | psql %THEDBDESTINATION% 2> errors.txt 
    5560set BACKUPFILE=dbeel.backup 
    56 perl "%PGINSTALL%\utils\postgis_restore.pl" "%BACKUPFILE%" | psql %THEDB% 2> errors.txt 
     61perl "%PGINSTALL%\utils\postgis_restore.pl" "%BACKUPFILE%" | psql %THEDBDESTINATION% 2> errors.txt 
    5762}}} 
    5863 
     
    6166 
    6267{{{#!sh 
    63  
     68set THEDBD=eda2.0 
    6469set BACKUPFILE=anglian.backup 
    6570perl "%PGINSTALL%\utils\postgis_restore.pl" "%BACKUPFILE%" | psql %THEDB% 2> errors.txt