Advertisement
Guest User

Untitled

a guest
Nov 18th, 2021
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.30 KB | None | 0 0
  1. [root@messaging ~]# erl -sname ejabberd@localhost -mnesia dir \"/usr/local/var/lib/ejabberd\"
  2. Erlang/OTP 21 [erts-10.2.4] [source] [64-bit] [smp:1:1] [ds:1:1:10] [async-threads:1] [hipe]
  3.  
  4. Eshell V10.2.4 (abort with ^G)
  5. (ejabberd@localhost)1> mnesia:start().
  6. ok
  7. (ejabberd@localhost)2> mnesia:info().
  8. ---> Processes holding locks <---
  9. ---> Processes waiting for locks <---
  10. ---> Participant transactions <---
  11. ---> Coordinator transactions <---
  12. ---> Uncertain transactions <---
  13. ---> Active tables <---
  14. schema : with 1 records occupying 417 words of mem
  15. ===> System info in version "4.15.5", debug level = none <===
  16. opt_disc. Directory "/usr/local/var/lib/ejabberd" is NOT used.
  17. use fallback at restart = false
  18. running db nodes = [ejabberd@localhost]
  19. stopped db nodes = []
  20. master node tables = []
  21. remote = []
  22. ram_copies = [schema]
  23. disc_copies = []
  24. disc_only_copies = []
  25. [{ejabberd@localhost,ram_copies}] = [schema]
  26. 2 transactions committed, 0 aborted, 0 restarted, 0 logged to disc
  27. 0 held locks, 0 in queue; 0 local transactions, 0 remote
  28. 0 transactions waits for other nodes: []
  29. ok
  30. (ejabberd@localhost)3>
  31. (ejabberd@localhost)3> mnesia:backup("/tmp/aa.backup").
  32. ok
  33.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement