[Zope] Zope database format for Zope 2.0

Martin Dougiamas martin@dougiamas.com
Fri, 09 Jul 1999 11:40:20 +0800


Jeff Bauer wrote:
> 
> Brian,
> 
> My one comment about switching to ZODB3 format is
> that Zope should be able to recognize and intelligently
> respond to the user who has the old .bbb format.  The
> response can be a simple:  Hey Genius!  Get with the
> program and convert your database ...

Yes, exactly.  eg:

  The Zope database you are using is from an older version of Zope.
  Please use the "convert-to-zodb3" program in your zope directory to
  upgrade your database, like this:

      convert-to-zodb3 /opt/zope/var/data.bbb



Martin