How to sync 2 Testlink systems?
How to sync 2 Testlink systems?
We need to figure out the way to syncronize two TL 1.7 systems nightly. Any ideas?
I think he means that he wants the information contained in one database to be transfered to the other and vice versa, on a nightly basis. I'm not aware of any such merge ability in TL itself. The only thing you could do is keep track of newly created test cases and cross export/import them on a daily basis, which is simply not practical. I think that a third party MySQL database merge tool is your best option.
-
- Advanced user
- Posts: 16
- Joined: Fri Mar 16, 2007 3:32 pm
Since TL is based on MySQL, just ensure you are using MySQL version 5.x or greater and use the server replication feature of mysql. As long as the TL code is identical at both of your locations (you could use rsync to keep TL syncronized), your data in the databases should be almost live as changes are made.
Scot
Scot
TestLink has not own synchronization feature. You can do it via common db related tools. But I'm not aware how could be solved conflicts.
I suggest to think about one system shared via intranet or internet. You can patch access to TL for exact range of IP address to be sure about security (internet case).
I suggest to think about one system shared via intranet or internet. You can patch access to TL for exact range of IP address to be sure about security (internet case).