Hi,
We have JIRA and Confluence both on a Production(LIVE) server as well as on a Development(QA) server.
Obviously we test most things on the Development(QA) server before we send it to Production(LIVE).
However we would like to keep the data on both synchronised, excluding certain information - such as basic/advance configuration data and user installed plugins.
From an understanding JIRA and Confluence stores and receives data form a database with a tabular structure,
So we were hoping you would help to assist us in listings these tables so we can run a SQL query and try sync the data between Production and development.
I hope I am making myself clear and that you will have an understanding of what exactly my requirement is.
That's asking for trouble. The data in Jira is quite complex, and to preserve some settings without affecting other is not as simple as replicating some tables and not others - you need specific lines from tables and you need to know what they do, how they interact and which ones to drop/keep/update
If you insist on doing this, then you'll need to analyse which config tables hold the data you want to preserve and work out a merge routine for them.
Frankly, I'd drop the whole lot and just work from a copy of live, started with the "don't send/receive emails or trackbacks" flags set. That way, your "rebuild data" process is "stop test, replace database with copy of live, start test, reindex"
Oh, yes, and even if you do a partial replication, you are still going to need to stop the test system while it runs, then restart it and reindex afterwards.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.