[ZODB-Dev] [Zope-DB] How to extract users info from ZODB?

Malthe Borch mborch at gmail.com
Wed Jan 25 10:21:48 UTC 2012


On 25 January 2012 11:14, smita kamdar <smita.kamdar00 at gmail.com> wrote:
> You mean to say, i click 'acl_users' & then click export?

That might work you as well – but if you've got something like a
pluggable authentication storage, then there's any number of plugins
inside your "acl_users" folder. You might want to export a particular
plugin's data instead of trying to export the whole thing.

That said, it might be better for you to start up the instance's debug
console and work with your application root object:

  $ bin/instance debug

This gets you into Python; try playing around with the "app" object:

  >>> app
  ...

\malthe


More information about the ZODB-Dev mailing list