Merging Two Separate ReviewBoard Instances

2010-04-08 Thread Lyndon Washington
Hi, I have a situation where we want to consolidate multiple ReviewBoard server instances into a single server. Has anyone tried this (successful or otherwise)? If so, can you let me know what I would need to prepare to get this to work, or if it is even possible. Thanks ahead of time. Cheers,

Merging Two Separate ReviewBoard Instances

2010-04-08 Thread Lyndon Washington
Hi, I have a situation where we want to consolidate multiple ReviewBoard server instances into a single server. Has anyone tried this (successful or otherwise)? If so, can you let me know what I would need to prepare to get this to work, or if it is even possible. Thanks ahead of time. Cheers,

Re: Merging Two Separate ReviewBoard Instances

2010-04-08 Thread David Trowbridge
Nobody has done this, and I don't expect it would be easy. You'd have to write a script that could remap all the primary keys for each table to not conflict, except in the case where users overlap between instances. This would also have to update all foreign key relations. -David On Apr 8,

Re: Merging Two Separate ReviewBoard Instances

2010-04-08 Thread Scott Quesnelle
What about the possibility of having 2 instances of Reviewboard on the same server. Just have them run on separate ports and have separate databases. Then just tell users to not create new reviews in instance X? Scott On Thu, Apr 8, 2010 at 4:35 PM, David Trowbridge wrote: > Nobody has done thi

Re: Merging Two Separate ReviewBoard Instances

2010-04-08 Thread Jan Koprowski
It is a good idea. I support something like this and it isn't bad. At the beginning there was a plan to "map" all reviewboard run separatly by reverse proxy rules in Apache like ProxyPass /review/project1 http://server:1025/ ProxyPassReverse /review/project1 http://server:1025/ ProxyPass /review/p