Re: Python3.5.9 and UnicodeDecodeError in ZODB/fsIndex.py

Jason Madden <[email protected]> Wed, 18 Oct 2017 07:36:12 -0500
Newsgroups gmane.comp.web.zope.zodb
Message-ID <[email protected]>

> On Oct 18, 2017, at 07:23, Etienne Robillard <[email protected]> wrote:
> 
> 
> It looks like this tool requires ZODB 3.x.

Unless you pin to a really old version, 'ZODB3' is just a meta package that installs the current versions of ZODB, persistent and BTrees. Its setup.py doesn't contain that pin, although the buildout they test against does.

> I'm not sure it is compatible with ZODB 5.3.0.

I'm not sure either. You could try it.

> 
> Is there any way to export/import the content of a ZODB database using JSON fixtures?

I'm not aware of any generic off-the-shelf tools to do that, probably because it's very application specific (the closest thing I'm aware of is zope.app.fssync). You would need to write an importer/exporter for your application, possibly building on zope.fssync.

-- 
You received this message because you are subscribed to the Google Groups "zodb" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.