Quantcast

Data duplication for consistency during a build

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Data duplication for consistency during a build

adryen
Hello all,

I have a small question,

Several times, build of certains part of my appication can change the data model of my web app. For
example my web app current building is for PostGreSQL, but I own another virtual host where an
Oracle instance run, how can I keep the changes publication on my 2 different hosts (data consistency) ?
Is there a way to maintain is consistency, like hook, or one plugin which duplicate each SQL query on another db hosting ?

Thank you in advance for any information


Adrien
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Data duplication for consistency during a build

nicolas de loof-2
Use a Matrix Job to get same job executed for both configurations

2012/10/28 adrien ruffie <[hidden email]>
Hello all,

I have a small question,

Several times, build of certains part of my appication can change the data model of my web app. For
example my web app current building is for PostGreSQL, but I own another virtual host where an
Oracle instance run, how can I keep theĀ changesĀ publication on my 2 different hosts (data consistency) ?
Is there a way to maintain is consistency, like hook, or one plugin which duplicate each SQL query on another db hosting ?

Thank you in advance for any information


Adrien

Loading...