Software / code / prosody-modules
Comparison
mod_migrate/README.markdown @ 1812:22b799c7b50a
mod_migrate: Fix typo in usage string
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Tue, 01 Sep 2015 10:30:08 +0200 |
| parent | 1803:4d73a1a6ba68 |
| child | 1813:f02f52a2ee11 |
comparison
equal
deleted
inserted
replaced
| 1811:040f28f31bec | 1812:22b799c7b50a |
|---|---|
| 8 | 8 |
| 9 This module adds a command to `prosodyctl` for copying data between | 9 This module adds a command to `prosodyctl` for copying data between |
| 10 storage drivers. | 10 storage drivers. |
| 11 | 11 |
| 12 Usage: | 12 Usage: |
| 13 `prosodyctl mod_migrate example.com <source-store> <targer-driver> [users]*` | 13 `prosodyctl mod_migrate example.com <source-store> <target-driver> [users]*` |
| 14 | 14 |
| 15 `<source-store>` would be e.g. `accounts` or `private` | 15 `<source-store>` would be e.g. `accounts` or `private` |
| 16 | 16 |
| 17 `<target-driver>` is the storage driver to copy data to, sans the | 17 `<target-driver>` is the storage driver to copy data to, sans the |
| 18 `mod_storage_` prefix. | 18 `mod_storage_` prefix. |