Changeset 104
- Timestamp:
- 02/28/07 10:33:57
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
docs/usc/nemo/usr2/home/jcothran/cc/environment_copy.xml
r103 r104 2 2 <environment> 3 3 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 5 ord argument if needed --> 6 4 7 <db_source> 5 8 <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> 9 12 </db_source> 10 13 11 14 <db_target> 12 15 <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> 16 19 </db_target> 17 20
