SaraSmiseth / prosody

Prosody XMPP server docker image
https://hub.docker.com/r/sarasmiseth/prosody
20 stars 7 forks source link

Replace archive2 with archive #42

Closed grugel-maintro closed 1 year ago

grugel-maintro commented 1 year ago

38 The messages aren't stored on the server as files. This is due to the use of archive2 instead of just archive as the prosody mam man page tells:

Legacy message archive

Early versions of mod_mam (which were available in prosody-modules) stored data in a store called 'archive2'. This store is now just called 'archive'.

mod_mam can be instructed to use the older store name if you still have data there.

archive_store = "archive2"; -- the old data storage = { archive2 = "sql"; }