Changes between Version 5 and Version 6 of ServiceMigration

Show
Ignore:
Timestamp:
11/14/13 14:18:46 (11 years ago)
Author:
mmamonski
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ServiceMigration

    v5 v6  
    2222* Migrate qcg-comp database (you do not have to migrate qcg-ntf database as it stores more ephemeral information) 
    2323{{{ 
    24 old-host# pg_dump -h localhost -U qcg-comp qcg-comp > qcg-comp.dump 
     24old-host# pg_dump -a -h localhost -U qcg-comp qcg-comp > qcg-comp.dump 
    2525old-host#scp qcg-comp.dump newhost:~/ 
    2626