You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/admin/configuration/modules.md
+62-21Lines changed: 62 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ search:
7
7
8
8
!!! info "Please note"
9
9
10
-
This section describes modules options of ejabberd [25.08](../../archive/25.08/index.md). If you are using an old ejabberd release, please refer to the corresponding archived version of this page in the [Archive](../../archive/index.md).
10
+
This section describes modules options of ejabberd [25.10](../../archive/25.10/index.md). If you are using an old ejabberd release, please refer to the corresponding archived version of this page in the [Archive](../../archive/index.md).
11
11
12
12
The modules that changed in this version are marked with 🟤.
13
13
@@ -160,13 +160,15 @@ supported. When the module is loaded use [update_sql](../../developer/ejabberd-a
Copy file name to clipboardExpand all lines: content/admin/configuration/toplevel.md
+26-13Lines changed: 26 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ search:
7
7
8
8
!!! info "Please note"
9
9
10
-
This section describes top level options of ejabberd [25.08](../../archive/25.08/index.md). If you are using an old ejabberd release, please refer to the corresponding archived version of this page in the [Archive](../../archive/index.md).
10
+
This section describes top level options of ejabberd [25.10](../../archive/25.10/index.md). If you are using an old ejabberd release, please refer to the corresponding archived version of this page in the [Archive](../../archive/index.md).
11
11
12
12
The options that changed in this version are marked with 🟤.
13
13
@@ -1123,21 +1123,15 @@ or it will lead to subtle bugs. Usually leaving default value of this is
1123
1123
option is best, tweak it only if you know what you are doing. The
1124
1124
default value is `1 minute`.
1125
1125
1126
-
## new\_sql\_schema
1126
+
## new\_sql\_schema 🟤
1127
1127
1128
1128
`true | false`
1129
1129
1130
-
Whether to use the
1131
-
[new SQL schema](database.md#default-and-new-schemas). All schemas are
1132
-
located at <https://github.com/processone/ejabberd/tree/25.08/sql>.
1133
-
There are two schemas available. The default legacy schema stores one
1134
-
XMPP domain into one ejabberd database. The `new` schema can handle
1135
-
several XMPP domains in a single ejabberd database. Using this `new`
1136
-
schema is best when serving several XMPP domains and/or changing domains
1137
-
from time to time. This avoid need to manage several databases and
1138
-
handle complex configuration changes. The default depends on
1139
-
configuration flag `--enable-new-sql-schema` which is set at compile
1140
-
time.
1130
+
<!-- md:version obsoleted in [25.10](../../archive/25.10/index.md) -->
1131
+
1132
+
This option was renamed to
1133
+
[sql_schema_multihost](#sql_schema_multihost) in ejabberd [25.10](../../archive/25.10/index.md). Please update your
1134
+
configuration to use the new option name
1141
1135
1142
1136
## oauth\_access
1143
1137
@@ -1783,6 +1777,25 @@ The type of a request queue for the SQL server. See description of
1783
1777
[queue_type](#queue_type) option for the explanation. The default value is the
1784
1778
value defined in [queue_type](#queue_type) or `ram` if the latter is not set.
1785
1779
1780
+
## sql\_schema\_multihost 🟤
1781
+
1782
+
`true | false`
1783
+
1784
+
<!-- md:version renamed in [25.10](../../archive/25.10/index.md) -->
1785
+
1786
+
Whether to use the
1787
+
[multihost SQL schema](database.md#default-and-new-schemas). All
1788
+
schemas are located at
1789
+
<https://github.com/processone/ejabberd/tree/25.10/sql>. There are two
1790
+
schemas available. The legacy `singlehost` schema stores one XMPP domain
1791
+
into one ejabberd database. The `multihost` schema can handle several
1792
+
XMPP domains in a single ejabberd database. The `multihost` schema is
1793
+
preferable when serving several XMPP domains and/or changing domains
1794
+
from time to time. This avoid need to manage several databases and
1795
+
handle complex configuration changes. The default depends on
1796
+
configuration flag `--enable-sql-schema-multihost` which is set at
0 commit comments