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

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 trowb...@gmail.com wrote:

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