mod_migrate/README.markdown
changeset 1818 7b4e841dcd77
parent 1817 f02f52a2ee11
child 1980 cd36e5bf00b3
equal deleted inserted replaced
1817:f02f52a2ee11 1818: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