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
