Changes between Version 7 and Version 8 of Ticket #84, comment 3


Ignore:
Timestamp:
May 28, 2018 11:57:16 AM (7 years ago)
Author:
cedric
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #84, comment 3

    v7 v8  
    9292---------------------- 
    9393= CREATE database EDA2.0 on the new postgres 9.6 server = 
    94    
     94-W prompts for password,    
    9595{{{   
    96 createdb -U postgres -h 1.100.1.6 eda2.0 
    97 psql -d eda2.0 -h 1.100.1.6 -p 5434 --c "CREATE EXTENSION postgis;" 
    98 psql -d eda2.0 -h 1.100.1.6 -p 5434 -c "CREATE EXTENSION postgis_topology;" 
     96createdb -U postgres -W -p 5434 -h 1.100.1.6 eda2.0 
     97psql -d eda2.0 -h 1.100.1.6 -p 5434 -W -c "CREATE EXTENSION postgis;" 
     98psql -d eda2.0 -h 1.100.1.6 -p 5434 -W -c "CREATE EXTENSION postgis_topology;" 
    9999}}} 
    100100>>If you plan to restore an old backup from prior versions in this new db, run: 
     
    181181set BACKUPFILE=ccm21.backup 
    182182pg_dump --schema %SCHEMA% --file %BACKUPFILE% --verbose -Fc -b %THEDBSOURCE% 
    183  
     183REM OK 
    184184set SCHEMA=clc 
    185185set BACKUPFILE=clc.backup 
    186186pg_dump --schema %SCHEMA% --file %BACKUPFILE% --verbose -Fc -b %THEDBSOURCE% 
    187 REM TODO 
     187REM OK 
    188188set SCHEMA=dbeel 
    189189set BACKUPFILE=dbeel.backup 
     
    225225set BACKUPFILE= ireland.backup 
    226226pg_dump --schema %SCHEMA% --file %BACKUPFILE% --verbose -Fc -b %THEDBSOURCE% 
    227 REM TODO 
     227REM OK 
    228228set SCHEMA= onema 
    229229set BACKUPFILE= onema.backup