Hi Christian, We used "easy_install -U ReviewBoard"
Thanks, Sapna On Sat, Feb 12, 2011 at 12:33 AM, Christian Hammond <[email protected]>wrote: > Hi Sapna, > > Review Board is going to show the version of the Review Board code being > run in the Python interpreter for your site. This should be the latest > version. If it's showing 1.0.x, then it sounds like either Review Board > 1.5.x wasn't installed, or it's installed in some non-standard location > somehow. > > Did you perform the upgrade with 'easy_install -U ReviewBoard', or just > 'rb-site upgrade'? > > > Christian > > -- > Christian Hammond - [email protected] > Review Board - http://www.reviewboard.org > VMware, Inc. - http://www.vmware.com > > > On Fri, Feb 11, 2011 at 4:17 PM, Sapna Vempati <[email protected]>wrote: > >> Thanks Christian. >> >> If the errors are just warnings, the issue is that we don't see a complete >> installation and upgrade. The RB servers still shows as 1.0.X. and not >> 1.5.3. >> >> Do you know how I could locate: cmemcache on the file system ? >> >> Thanks, >> Sapna >> >> >> On Fri, Feb 11, 2011 at 12:39 PM, Christian Hammond >> <[email protected]>wrote: >> >>> Hi Sapna, >>> >>> Going back to 1.5.1 from 1.5.3 unfortunately means removing the old >>> version from the filesystem manually. At that point you can do: >>> >>> easy_install -U ReviewBoard==1.5.1 >>> >>> However, this won't fix the errors below. Those appear to me to be >>> harmless. Are you hitting any real problems with the site? >>> >>> The mcm_storage_add errors appear to be from the old cmemcache libraries. >>> If you can locate these on the filesystem and remove them, they should go >>> away, as Django will fall back on the new libraries we now install along >>> with Review Board. >>> >>> The current release of RBTools should be compatible with everything from >>> 1.0.x to 1.5.3. >>> >>> Christian >>> >>> -- >>> Christian Hammond - [email protected] >>> Review Board - http://www.reviewboard.org >>> VMware, Inc. - http://www.vmware.com >>> >>> >>> On Fri, Feb 11, 2011 at 11:21 AM, Sapna Vempati >>> <[email protected]>wrote: >>> >>>> Hi Christian, >>>> >>>> Using the below command for upgrade, upgrades to the latest version >>>> (1.5.3) by default. Is there a way we can upgrade to an older version we >>>> prefer ? Like for example, we want to do install to RB1.5.1. Is it possible >>>> ? >>>> >>>> easy_install -U ReviewBoard >>>> >>>> Also, from the release notes, looks like this version has a newer >>>> RBTools. Is this compatible with older RB versions ? >>>> >>>> When we try to upgrade using the above command, we got the below error, >>>> so that's the reason we want to go back to older version to see if that >>>> works. >>>> >>>> #[root@mob-rb-test /]# rb-site --debug upgrade >>>> >>>> >>>> >>>> >>>> >>>> /opt/lampp/htdocs/reviewboard >>>> Rebuilding directory structure >>>> >>>> >>>> >>>> >>>> >>>> Updating database. This may take a while. >>>> [[email protected]] mcm_storage_cmd():3334: unable to >>>> store value: add >>>> >>>> >>>> >>>> >>>> >>>> [[email protected]] mcm_storage_cmd():3334: unable to >>>> store value: add >>>> >>>> >>>> >>>> >>>> >>>> >>>> [[email protected]] mcm_storage_cmd():3334: unable to >>>> store value: add >>>> [[email protected]] mcm_storage_cmd():3334: unable to >>>> store value: add >>>> >>>> >>>> >>>> >>>> >>>> [[email protected]] mcm_storage_cmd():3334: unable to >>>> store value: add >>>> [[email protected]] mcm_storage_cmd():3334: unable to >>>> store value: add >>>> >>>> >>>> >>>> >>>> >>>> >>>> [[email protected]] mcm_storage_cmd():3334: unable to >>>> store value: add >>>> [[email protected]] mcm_storage_cmd():3334: unable to >>>> store value: add >>>> >>>> >>>> >>>> >>>> >>>> >>>> [[email protected]] mcm_storage_cmd():3334: unable to >>>> store value: add >>>> >>>> >>>> >>>> >>>> >>>> [[email protected]] mcm_storage_cmd():3334: unable to >>>> store value: add >>>> >>>> >>>> >>>> >>>> >>>> [[email protected]] mcm_storage_cmd():3334: unable to >>>> store value: add >>>> >>>> >>>> >>>> >>>> >>>> [[email protected]] mcm_storage_cmd():3334: unable to >>>> store value: add >>>> >>>> No fixtures found. >>>> /opt/lampp/lib/python2.5/site- >>>> packages/pycrypto-2.3-py2.5-linux-i686.egg/Crypto/Util/randpool.py:40: >>>> RandomPool_DeprecationWarning: This application uses RandomPool, which is >>>> BROKEN in older releases. See http://www.pycrypto.org/randpool-broken >>>> >>>> RandomPool_DeprecationWarning) >>>> >>>> No evolution required. >>>> Upgrade complete. >>>> Thanks, >>>> Sapna >>>> >>>> -- >>>> 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 >>>> [email protected] >>>> 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 >>> [email protected] >>> 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 >> [email protected] >> 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 > [email protected] > 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 [email protected] For more options, visit this group at http://groups.google.com/group/reviewboard?hl=en
