diff --git a/ChangeLog b/ChangeLog index 2c239e716..8526b7705 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2009-02-21 Badlop + * doc/guide.tex: mod_muc can run in several nodes of cluster + * doc/guide.html: Likewise + * src/odbc/mysql.sql: Fix complain about comment syntax * src/odbc/pg.sql: Likewise diff --git a/doc/guide.html b/doc/guide.html index d028538b2..e29d8a56a 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -3128,11 +3128,11 @@ Writing, on the other hand, will be slower. And of course if machine with one of the replicas is down, other replicas will be used.

Also section 5.3 (Table Fragmentation) of Mnesia User’s Guide can be helpful.

(alt) Same as in previous item, but for other tables.

  • Run ‘init:stop().’ or just ‘q().’ to exit from the Erlang shell. This probably can take some time if Mnesia has not yet -transfered and processed all data it needed from first.
  • Now run ejabberd on second with almost the same config as -on first (you probably do not need to duplicate ‘acl’ -and ‘access’ options — they will be taken from -first, and mod_muc and mod_irc should be -enabled only on one machine in the cluster). +transfered and processed all data it needed from first.
  • Now run ejabberd on second with a configuration similar as +on first: you probably do not need to duplicate ‘acl’ +and ‘access’ options because they will be taken from +first; and mod_irc should be +enabled only on one machine in the cluster.
  • You can repeat these steps for other machines supposed to serve this domain.

    6.3  Service Load-Balancing

    diff --git a/doc/guide.tex b/doc/guide.tex index 4b47e48d1..dacb2b915 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -4050,11 +4050,11 @@ mnesia:change_table_copy_type(schema, node(), disc_copies). transfered and processed all data it needed from \term{first}. -\item Now run \ejabberd{} on \term{second} with almost the same config as - on \term{first} (you probably do not need to duplicate `\verb|acl|' - and `\verb|access|' options --- they will be taken from - \term{first}, and \verb|mod_muc| and \verb|mod_irc| should be - enabled only on one machine in the cluster). +\item Now run \ejabberd{} on \term{second} with a configuration similar as + on \term{first}: you probably do not need to duplicate `\verb|acl|' + and `\verb|access|' options because they will be taken from + \term{first}; and \verb|mod_irc| should be + enabled only on one machine in the cluster. \end{enumerate} You can repeat these steps for other machines supposed to serve this