ejabberd - Comments for "Getting all roster entries" https://www.ejabberd.im/node/4538 en synack wrote: As there https://www.ejabberd.im/node/4538#comment-57044 <div class="quote-msg"> <div class="quote-author"><em>synack</em> wrote:</div> <p>As there another way of getting all the roster entries?</p></div> <p>You can also try other commands, maybe one of them is efficient enough for your database:</p> <pre>$ ejabberdctl export2odbc localhost /tmp/ $ ejabberdctl dump /tmp/ejabberd.dump Dump internal Mnesia database to a text file dump. $ ejabberdctl export_piefxis /tmp/ </pre><p> If you have installed mod_admin_extra, you can run this command, but it only provides pairs of JIDs, not all the contact information:</p> <pre> $ ejabberdctl process_rosteritems list any any any any There are 2 roster items in total. Matches: badlop2@localhost badlop@localhost Matches: badlop@localhost badlop2@localhost </pre><p> And of course, you can also view the users rosters in the WebAdmin.</p> Mon, 07 Feb 2011 15:58:29 +0000 mfoss comment 57044 at https://www.ejabberd.im