0

I can't query in internal database, with console

ejabberdctl debug


Erlang/OTP 20 [erts-9.3] [64-bit] [smp:2:2] [ds:2:2:10] [async-threads:10]

Eshell V9.3  (abort with ^G)
(ejabberd@localhost)1>

Is it possible to display the registered users on the ejabberd server?

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
Devid
  • 11
  • 6

1 Answers1

0

Yes, you can execute this command in the shell, for example:

$ ejabberdctl registered_users localhost
user1
user2
user3
user8
user9
Badlop
  • 3,840
  • 1
  • 8
  • 9
  • ok tks, how i can migrate a posgrest or mysql by jquery easy and see data registerd. – Devid Jun 19 '18 at 16:37
  • https://docs.ejabberd.im/admin/databases/mysql/#migrating-data-from-internal-database-to-mysql – Badlop Jun 20 '18 at 09:59
  • ok, but i can migrate to posgrest using it command ejd2sql:export(<<"localhost">>, sql).? – Devid Jul 03 '18 at 01:32