Re: Process for moving older RB database to new install

2013-02-20 Thread virtualAdmin
Hey Christian,

Thanks for the reply.  Based on what you said, the approach I'm going to 
take is:

1. Get a server running with the same python version as the old server 
(2.4).
2. Copy over site-packages from the old to the new server.
3. Install Reviewboard 1.5.5.
4. Debug from there.

I'll post back here with progress.

On Tuesday, February 19, 2013 6:40:52 PM UTC-5, Christian Hammond wrote:

 Hi,

 You can install a specific one by doing ReviewBoard==1.5.5

 The problem you're going to hit is that, back in the 1.5.5/early 1.6 days, 
 we had dependencies listed like Django=1.2, but this will break for a 
 new install, because the latest versions won't work with 1.5.5.

 Assuming your Python versions are the same, try copying your site-packages 
 directory from one server to another. That should help get you going.

 Christian

 -- 
 Christian Hammond - chi...@chipx86.com javascript:
 Review Board - http://www.reviewboard.org
 VMware, Inc. - http://www.vmware.com 

 On Feb 19, 2013, at 3:38 PM, virtualAdmin mrcu...@gmail.com javascript: 
 wrote:

 Hello again,

 I found the 1.5 install 
 instructionshttp://www.reviewboard.org/docs/manual/1.5/admin/installation/linux/again.
   Everything has gone ok up to the point of installing Reviewboard 
 itself.  It looks like I want to easy_install the 1.5.5 version in 
 herehttp://downloads.reviewboard.org/releases/ReviewBoard/1.5/
 .

 But the Installing Development Releases 
 pagehttp://www.reviewboard.org/docs/manual/1.5/admin/installation/development-releases/#installing-development-releasesonly
  has instructions for installing the latest from a particular major 
 version, which makes it look like I should do something like this:

 easy_install -f http://downloads.reviewboard.org/releases/ReviewBoard/1.5/ -U 
 ReviewBoard


 But how can I point easy_install at the 1.5.5 version?

 On Tuesday, February 19, 2013 2:59:09 PM UTC-5, virtualAdmin wrote:

 Hello,

 I have a live Reviewboard 1.5.5 installation.  We do regular backups with 
 mysqlhotcopy.  My question is - what is the process for using that older 
 database with a new Reviewboard installation?  All of the upgrade 
 instructions I have seen seem to advocate upgrading RB in place, but we 
 would like the keep the old install operational and untouched until the new 
 one is up and running.

 So it seems to me that I need to install RB 1.5.5 on the new server, 
 import the old DB, and then run the RB upgrade there to get the latest 
 version of RB.  Is this correct?  If so, how would I go about installing 
 the 1.5.5 version of Reviewboard?  Also, how do I find the correct 
 dependencies?

 Thanks,
 Matt


 -- 
 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...@googlegroups.com javascript:
 For more options, visit this group at 
 http://groups.google.com/group/reviewboard?hl=en
 --- 
 You received this message because you are subscribed to the Google Groups 
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to reviewboard...@googlegroups.com javascript:.
 For more options, visit https://groups.google.com/groups/opt_out.
  
  




-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Process for moving older RB database to new install

2013-02-19 Thread virtualAdmin
Hello again,

I found the 1.5 install 
instructionshttp://www.reviewboard.org/docs/manual/1.5/admin/installation/linux/again.
  Everything has gone ok up to the point of installing Reviewboard 
itself.  It looks like I want to easy_install the 1.5.5 version in 
herehttp://downloads.reviewboard.org/releases/ReviewBoard/1.5/
.

But the Installing Development Releases 
pagehttp://www.reviewboard.org/docs/manual/1.5/admin/installation/development-releases/#installing-development-releasesonly
 has instructions for installing the latest from a particular major 
version, which makes it look like I should do something like this:

easy_install -f http://downloads.reviewboard.org/releases/ReviewBoard/1.5/ -U 
ReviewBoard


But how can I point easy_install at the 1.5.5 version?

On Tuesday, February 19, 2013 2:59:09 PM UTC-5, virtualAdmin wrote:

 Hello,

 I have a live Reviewboard 1.5.5 installation.  We do regular backups with 
 mysqlhotcopy.  My question is - what is the process for using that older 
 database with a new Reviewboard installation?  All of the upgrade 
 instructions I have seen seem to advocate upgrading RB in place, but we 
 would like the keep the old install operational and untouched until the new 
 one is up and running.

 So it seems to me that I need to install RB 1.5.5 on the new server, 
 import the old DB, and then run the RB upgrade there to get the latest 
 version of RB.  Is this correct?  If so, how would I go about installing 
 the 1.5.5 version of Reviewboard?  Also, how do I find the correct 
 dependencies?

 Thanks,
 Matt


-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Process for moving older RB database to new install

2013-02-19 Thread Christian Hammond
Hi,

You can install a specific one by doing ReviewBoard==1.5.5

The problem you're going to hit is that, back in the 1.5.5/early 1.6 days, we 
had dependencies listed like Django=1.2, but this will break for a new 
install, because the latest versions won't work with 1.5.5.

Assuming your Python versions are the same, try copying your site-packages 
directory from one server to another. That should help get you going.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com

On Feb 19, 2013, at 3:38 PM, virtualAdmin mrcul...@gmail.com wrote:

 Hello again,
 
 I found the 1.5 install instructions again.  Everything has gone ok up to the 
 point of installing Reviewboard itself.  It looks like I want to easy_install 
 the 1.5.5 version in here.
 
 But the Installing Development Releases page only has instructions for 
 installing the latest from a particular major version, which makes it look 
 like I should do something like this:
 
 easy_install -f http://downloads.reviewboard.org/releases/ReviewBoard/1.5/ -U 
 ReviewBoard
 
 But how can I point easy_install at the 1.5.5 version?
 
 On Tuesday, February 19, 2013 2:59:09 PM UTC-5, virtualAdmin wrote:
 Hello,
 
 I have a live Reviewboard 1.5.5 installation.  We do regular backups with 
 mysqlhotcopy.  My question is - what is the process for using that older 
 database with a new Reviewboard installation?  All of the upgrade 
 instructions I have seen seem to advocate upgrading RB in place, but we would 
 like the keep the old install operational and untouched until the new one is 
 up and running.
 
 So it seems to me that I need to install RB 1.5.5 on the new server, import 
 the old DB, and then run the RB upgrade there to get the latest version of 
 RB.  Is this correct?  If so, how would I go about installing the 1.5.5 
 version of Reviewboard?  Also, how do I find the correct dependencies?
 
 Thanks,
 Matt
 
 -- 
 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
 --- 
 You received this message because you are subscribed to the Google Groups 
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.
  
  

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.