|
7 | 7 |
|
8 | 8 | !!! info "Please note" |
9 | 9 |
|
10 | | - This section describes top level options of ejabberd [26.03](../../archive/26.03/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 [26.04](../../archive/26.04/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 |
|
@@ -1725,12 +1725,16 @@ If not set, the value from [use_cache](#use_cache) will be used. |
1725 | 1725 | A time to wait for connection to an SQL server to be established. The |
1726 | 1726 | default value is `5` seconds. |
1727 | 1727 |
|
1728 | | -## sql\_database |
| 1728 | +## sql\_database 🟠 |
1729 | 1729 |
|
1730 | | -`Database` |
| 1730 | +`DatabaseName | PathSqliteFile` |
1731 | 1731 |
|
1732 | | -An SQL database name. For SQLite this must be a full path to a database |
1733 | | -file. The default value is `ejabberd`. |
| 1732 | +<!-- md:version improved in [26.04](../../archive/26.04/index.md) --> |
| 1733 | + |
| 1734 | +An SQL database name, being |
| 1735 | +the default value `ejabberd`. If option [sql_type](#sql_type) is set to `sqlite`, |
| 1736 | +this must be a full path to a database file, being the default value: |
| 1737 | +'"@DATABASE\_PATH@/sqlite/@HOST@.sqlite" |
1734 | 1738 |
|
1735 | 1739 | ## sql\_flags |
1736 | 1740 |
|
@@ -1818,7 +1822,7 @@ value defined in [queue_type](#queue_type) or `ram` if the latter is not set. |
1818 | 1822 | Whether to use the |
1819 | 1823 | [multihost SQL schema](database.md#singlehost-or-multihost). All |
1820 | 1824 | schemas are located at |
1821 | | -<https://github.com/processone/ejabberd/tree/26.03/sql>. There are two |
| 1825 | +<https://github.com/processone/ejabberd/tree/26.04/sql>. There are two |
1822 | 1826 | schemas available. The legacy `singlehost` schema stores one XMPP domain |
1823 | 1827 | into one ejabberd database. The `multihost` schema can handle several |
1824 | 1828 | XMPP domains in a single ejabberd database. The `multihost` schema is |
|
0 commit comments