Software /
code /
prosody-modules
Comparison
mod_migrate/README.markdown @ 1814:7b4e841dcd77
mod_migrate/README: Change headings and adjust usage string
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 01 Sep 2015 11:01:42 +0200 |
parent | 1813:f02f52a2ee11 |
child | 1976:cd36e5bf00b3 |
comparison
equal
deleted
inserted
replaced
1813:f02f52a2ee11 | 1814:7b4e841dcd77 |
---|---|
1 --- | 1 --- |
2 summary: prosodyctl cross storage driver migration tool | 2 summary: prosodyctl cross storage driver migration tool |
3 ... | 3 ... |
4 | 4 |
5 Description | 5 Introduction |
6 =========== | 6 ============ |
7 | 7 |
8 This module adds a command to `prosodyctl` for copying data between | 8 This module adds a command to `prosodyctl` for copying data between |
9 storage drivers. | 9 storage drivers. |
10 | 10 |
11 Usage: | 11 Usage |
12 ===== | |
12 | 13 |
13 Usage: prosodyctl mod_migrate example.com <source-store>[-<store-type>] <target-driver> [users]* | 14 prosodyctl mod_migrate example.com <source-store>[-<store-type>] <target-driver> [users]* |
14 | 15 |
15 `<source-store>` would be e.g. `accounts` or `private`. To migrate | 16 `<source-store>` would be e.g. `accounts` or `private`. To migrate |
16 archives, the optional suffix `<store-type>` would be set to `archive`, | 17 archives, the optional suffix `<store-type>` would be set to `archive`, |
17 so e.g. `archive2-archive` or `muc_log-archive`. | 18 so e.g. `archive2-archive` or `muc_log-archive`. |
18 | 19 |