Changeset 104

Show
Ignore:
Timestamp:
02/28/07 10:33:57
Author:
jcothran
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • docs/usc/nemo/usr2/home/jcothran/cc/environment_copy.xml

    r103 r104  
    22<environment> 
    33 
     4<!-- note that the db password argument is not used in the process_copy.pl psql calls and that code should be changed to incorporate the passw 
     5ord argument if needed --> 
     6 
    47<db_source> 
    58                <db_name>db_xenia_v2</db_name> 
    6                 <username>postgres</username> 
    7                 <password></password> 
    8                 <host>129.252.37.90</host> 
     9                <username>xxx</username> 
     10                <password>xxx</password> 
     11                <host>xxx.xxx.xxx.xxx</host> 
    912</db_source> 
    1013 
    1114<db_target> 
    1215                <db_name>db_xenia_v2_archive</db_name> 
    13                 <username>postgres</username> 
    14                 <password></password> 
    15                 <host>129.252.37.90</host> 
     16                <username>xxx</username> 
     17                <password>xxx</password> 
     18                <host>xxx.xxx.xxx.xxx</host> 
    1619</db_target> 
    1720