Hello,
We have in our office several testlink instances and now we want to merge all of them in one.
As you known, a database schema isn't easy and several tables are in dependence.
So i would like to ask if someone has been developing a generic script which can do that.
Thank's a lot
Best Regards
Merge Database
Moderators: Amaradana, TurboPT, TL Developers
Re: Merge Database
schema is not easy not complex is just an schema.
using postgres you can see depence trough foreing keys
using postgres you can see depence trough foreing keys
-
- TestLink user
- Posts: 2
- Joined: Fri Oct 08, 2010 3:17 pm
Re: Merge Database
Thank's
I know is a schema but there is a lot of dependence between several tables, 30 tables over 40 are in dependence.
I extracted a database schema and studied relationship between tables that's why i'am asking if someone has developed script or tried to.
Best Regards
I know is a schema but there is a lot of dependence between several tables, 30 tables over 40 are in dependence.
I extracted a database schema and studied relationship between tables that's why i'am asking if someone has developed script or tried to.
Best Regards
-
- Advanced user
- Posts: 24
- Joined: Sat Jun 01, 2013 7:02 am
Re: Merge Database
I have the same problem, anyone have ideas? Thanks.