[Grok-dev] upgrading grokproject's zodb version/installing the older version

Jan-Wijbrand Kolman janwijbrand at gmail.com
Thu Jan 12 07:48:06 UTC 2012


On 1/4/12 2:31 PM, Matt Rutherford wrote:
> As far as I can tell the grokproject version I easy_installed a few
> weeks back is using zodb 3.10.3 (how can I check for sure?). 
> 
> As I want to query the db offline I tried to install this zodb version
> on my gentoo system using emerge and the progress overlay. But the
> 3.10.3 version is no longer available perhaps due to security updates I
> think, so can I install the latest and still expect to connect to
> grokproject's older version of zodb?
> 
> Also how would I go about upgrading the zodb version my grokproject is
> using?

In your application's buildout.cfg you can add a versions section,
something like so:

  [versions]
  ZODB3 = <wantedversion>

This will override whatever version for ZODB3 is pinned in the *.cfg
file your app's buildout.cfg extends from. You can do this for all
package you want different versions for (assuming these version are
compatible of course).

HTH
regards, jw




More information about the Grok-dev mailing list