|
Revision 105
(checked in by jcothran, 2 years ago)
|
--
|
| Line | |
|---|
| 1 |
<?xml version="1.0" encoding="UTF-8" ?> |
|---|
| 2 |
<environment> |
|---|
| 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 password argument if needed --> |
|---|
| 5 |
|
|---|
| 6 |
<db_source> |
|---|
| 7 |
<db_name>db_xenia_v2</db_name> |
|---|
| 8 |
<username>xxx</username> |
|---|
| 9 |
<password>xxx</password> |
|---|
| 10 |
<host>xxx.xxx.xxx.xxx</host> |
|---|
| 11 |
</db_source> |
|---|
| 12 |
|
|---|
| 13 |
<db_target> |
|---|
| 14 |
<db_name>db_xenia_v2_archive</db_name> |
|---|
| 15 |
<username>xxx</username> |
|---|
| 16 |
<password>xxx</password> |
|---|
| 17 |
<host>xxx.xxx.xxx.xxx</host> |
|---|
| 18 |
</db_target> |
|---|
| 19 |
|
|---|
| 20 |
<path> |
|---|
| 21 |
<path_psql>/usr/local/pgsql/bin/psql</path_psql> |
|---|
| 22 |
<path_tables>/usr2/home/jcothran/cc/cpy/copy_tables.xml</path_tables> |
|---|
| 23 |
|
|---|
| 24 |
<!-- the following 3 elements (dir_tmp_cpy_local,dir_tmp_cpy_host,dir_cpy) could contain the same directory value where everything is running on the same server. The below example shows a shared tmp directory between two servers which is used for running a cpy file against a separate server database instance and the final dir_cpy is where the cpy files are archived. Remember that for remote database instances the filepaths are relative to the remote server. --> |
|---|
| 25 |
|
|---|
| 26 |
<dir_tmp_cpy_local>/usr2/test_cpy/</dir_tmp_cpy_local> |
|---|
| 27 |
<dir_tmp_cpy_host>/nemo_usr2/test_cpy/</dir_tmp_cpy_host> |
|---|
| 28 |
<dir_cpy>/usr2/home/jcothran/cc/cpy</dir_cpy> |
|---|
| 29 |
</path> |
|---|
| 30 |
|
|---|
| 31 |
</environment> |
|---|