Re: Merging Two Separate ReviewBoard Instances

2010-04-09 Thread Lyndon Washington
Thanks for the great insights.  I will probably try out this idea of
retiring one over time.

Cheers,
-Lyndon-

Lyndon Washington
http://hoshposh.tel



On Fri, Apr 9, 2010 at 12:40 AM, Jan Koprowski wrote:

> 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/project2 http://server:1026/
> ProxyPassReverse /review/project2 http://server:1026/
>
> But unfortunelty proxy have some redirections which broke this idea.
>
> There was (theoretical) way when You can install two ReviewBoard as
> two subdirectories:
> http://review.server/project1
> http://review.server/project2
>
> But when I last time try this I get error "You must enable cookies" or
> something like that and I even can't log in into system.
>
> On Apr 8, 11:03 pm, Scott Quesnelle  wrote:
> > 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 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, 2010, at 12:22 PM, Lyndon Washington <
> > > hoshp...@the-washingtons.com> wrote:
> >
> > > 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,
> > > -Lyndon-
> >
> > > Lyndon Washington
> > > http://hoshposh.tel
> >
> > >  --
> > > Want to help the Review Board project? Donate today at
> > > http://www.reviewboard.org/donate/
> > > Happy user? Let us know at 
> > >http://www.reviewboard.org/users/
> > > -~--~~~~--~~--~--~---
> > > To unsubscribe from this group, send email to
> > > 
> >
> > > reviewboard+unsubscr...@googlegroups.com
> > > For more options, visit this group at
> > > 
> > >http://groups.google.com/group/reviewboard?hl=en
> >
> > >  --
> > > Want to help the Review Board project? Donate today at
> > >http://www.reviewboard.org/donate/
> > > Happy user? Let us know athttp://www.reviewboard.org/users/
> > > -~--~~~~--~~--~--~---
> > > To unsubscribe from this group, send email to
> > > reviewboard+unsubscr...@googlegroups.com
> 
> > > For more options, visit this group at
> > >http://groups.google.com/group/reviewboard?hl=en
> >
> > --
> > Want to help the Review Board project? Donate today athttp://
> www.reviewboard.org/donate/
> > Happy user? Let us know athttp://www.reviewboard.org/users/
> > -~--~~~~--~~--~--~---
> > To unsubscribe from this group, send email to
> reviewboard+unsubscr...@googlegroups.com
> > For more options, visit this group athttp://
> groups.google.com/group/reviewboard?hl=en
>
> --
> Want to help the Review Board project? Donate today at
> http://www.reviewboard.org/donate/
> Happy user? Let us know at http://www.reviewboard.org/users/
> -~--~~~~--~~--~--~---
> To unsubscribe from this group, send email to
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/reviewboard?hl=en
>
> To unsubscribe, reply using "remove me" as the subject.
>

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

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/project2 http://server:1026/
ProxyPassReverse /review/project2 http://server:1026/

But unfortunelty proxy have some redirections which broke this idea.

There was (theoretical) way when You can install two ReviewBoard as
two subdirectories:
http://review.server/project1
http://review.server/project2

But when I last time try this I get error "You must enable cookies" or
something like that and I even can't log in into system.

On Apr 8, 11:03 pm, Scott Quesnelle  wrote:
> 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 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, 2010, at 12:22 PM, Lyndon Washington <
> > hoshp...@the-washingtons.com> wrote:
>
> > 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,
> > -Lyndon-
>
> > Lyndon Washington
> > http://hoshposh.tel
>
> >  --
> > Want to help the Review Board project? Donate today at
> > http://www.reviewboard.org/donate/
> > Happy user? Let us know at 
> >http://www.reviewboard.org/users/
> > -~--~~~~--~~--~--~---
> > To unsubscribe from this group, send email to
> > 
> > reviewboard+unsubscr...@googlegroups.com
> > For more options, visit this group at
> > 
> >http://groups.google.com/group/reviewboard?hl=en
>
> >  --
> > Want to help the Review Board project? Donate today at
> >http://www.reviewboard.org/donate/
> > Happy user? Let us know athttp://www.reviewboard.org/users/
> > -~--~~~~--~~--~--~---
> > To unsubscribe from this group, send email to
> > reviewboard+unsubscr...@googlegroups.com > oups.com>
> > For more options, visit this group at
> >http://groups.google.com/group/reviewboard?hl=en
>
> --
> Want to help the Review Board project? Donate today 
> athttp://www.reviewboard.org/donate/
> Happy user? Let us know athttp://www.reviewboard.org/users/
> -~--~~~~--~~--~--~---
> To unsubscribe from this group, send email to 
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group 
> athttp://groups.google.com/group/reviewboard?hl=en

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

To unsubscribe, reply using "remove me" as the subject.


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 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, 2010, at 12:22 PM, Lyndon Washington <
> hoshp...@the-washingtons.com> wrote:
>
> 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,
> -Lyndon-
>
> Lyndon Washington
> http://hoshposh.tel
>
>  --
> Want to help the Review Board project? Donate today at
> http://www.reviewboard.org/donate/
> Happy user? Let us know at 
> http://www.reviewboard.org/users/
> -~--~~~~--~~--~--~---
> To unsubscribe from this group, send email to
> 
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at
> 
> http://groups.google.com/group/reviewboard?hl=en
>
>  --
> Want to help the Review Board project? Donate today at
> http://www.reviewboard.org/donate/
> Happy user? Let us know at http://www.reviewboard.org/users/
> -~--~~~~--~~--~--~---
> To unsubscribe from this group, send email to
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/reviewboard?hl=en

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

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, 2010, at 12:22 PM, Lyndon Washington > wrote:



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,
-Lyndon-

Lyndon Washington
http://hoshposh.tel

--
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


--
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

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,
-Lyndon-

Lyndon Washington
http://hoshposh.tel

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

To unsubscribe, reply using "remove me" as the subject.


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,
-Lyndon-

Lyndon Washington
http://hoshposh.tel

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

To unsubscribe, reply using "remove me" as the subject.