comparison mod_migrate/README.markdown @ 2970:c5122b7633a8

mod_migrate: Mention the possible need to supply the list of users
author Kim Alvefur <zash@zash.se>
date Fri, 30 Mar 2018 13:40:50 +0200
parents e4b04c0c4b15
children
comparison
equal deleted inserted replaced
2969:8681729a47d5 2970:c5122b7633a8
18 so e.g. `archive2-archive` or `muc_log-archive`. Multiple stores can be 18 so e.g. `archive2-archive` or `muc_log-archive`. Multiple stores can be
19 given if separated by commas. 19 given if separated by commas.
20 20
21 `<target-driver>` is the storage driver to copy data to, sans the 21 `<target-driver>` is the storage driver to copy data to, sans the
22 `mod_storage_` prefix. 22 `mod_storage_` prefix.
23
24 `mod_migrate` tries to request a list of users from `usermanager`, but
25 this does not always work. If so, you can supply usernames as arguments
26 after the target driver.
23 27
24 The process is something like this: 28 The process is something like this:
25 29
26 1. Decide on the future configuration and add for example SQL 30 1. Decide on the future configuration and add for example SQL
27 connection details to your prosody config, but don't change the 31 connection details to your prosody config, but don't change the