Changes between Version 10 and Version 11 of Ticket #84, comment 4
- Timestamp:
- May 28, 2018 2:58:56 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #84, comment 4
v10 v11 41 41 42 42 == 2 dbeel == 43 Pour le schema dbeel 44 45 {{{#!sql 46 CREATE EXTENSION "uuid-ossp" 47 }}} 43 48 44 49 {{{#!sh … … 52 57 set PGINSTALL=C:\Program Files\PostgreSQL\9.6 53 58 set PATH=%PATH%;"%PGINSTALL%\bin" 54 perl "%PGINSTALL%\utils\postgis_restore.pl" "%BACKUPFILE%" | psql %THEDB % 2> errors.txt59 perl "%PGINSTALL%\utils\postgis_restore.pl" "%BACKUPFILE%" | psql %THEDBDESTINATION% 2> errors.txt 55 60 set BACKUPFILE=dbeel.backup 56 perl "%PGINSTALL%\utils\postgis_restore.pl" "%BACKUPFILE%" | psql %THEDB % 2> errors.txt61 perl "%PGINSTALL%\utils\postgis_restore.pl" "%BACKUPFILE%" | psql %THEDBDESTINATION% 2> errors.txt 57 62 }}} 58 63 … … 61 66 62 67 {{{#!sh 63 68 set THEDBD=eda2.0 64 69 set BACKUPFILE=anglian.backup 65 70 perl "%PGINSTALL%\utils\postgis_restore.pl" "%BACKUPFILE%" | psql %THEDB% 2> errors.txt