mirror of
https://github.com/SaraSmiseth/prosody.git
synced 2025-05-04 05:00:39 +00:00
Upgrade to Prosody 0.11.0:
* featuring Lua 5.2 * installing luaevent, luadbi, luadbi-sqlite3 using luarocks (omitting mysql & postgres to keep build small) * enabling new modules: vcard4, csi_simple, carbons, mam & muc_mam
This commit is contained in:
parent
e83be937b7
commit
7c484beb14
5 changed files with 42 additions and 16 deletions
|
@ -105,4 +105,12 @@ log = {
|
|||
{levels = {min = "debug"}, to = "console"};
|
||||
};
|
||||
```
|
||||
### Upgrade
|
||||
|
||||
When migrating from 0.10, you need to update the database once:
|
||||
|
||||
```bash
|
||||
docker-compose exec server bash
|
||||
prosodyctl mod_storage_sql upgrade
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue