I'v walked through CPAN and used SuperSearch here, but with no solution. Supposing two postgreSQL databases in production state (on two different machines) with almost identical schema, I need to synchronize data in some tables, specially, enumerations with detail tables. I have the detail knowledge of bussiness logic, so I precisely know, which tables need to synchronize in master-slave mode, which columns are primary keys, which columns are alternate keys, which columns must be ignored in sync process etc.
So I am seeking some perl module or script, which could help me to only declare my sync-rules into some configuration file and execute every week, checking potential collisions, doing very descriptive log.
I can define my requirements more exactly, but, I can learn other ideas reading your comments before writing my own synchronizing module :o)
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.