view mod_migrate/README.wiki @ 1795:91c01ef82807

mod_carbons: Get full_ and bare_sessions from the prosody global [luacheck]
author Kim Alvefur <zash@zash.se>
date Thu, 27 Aug 2015 12:17:12 +0200
parents 8df071457dee
children
line wrap: on
line source

#summary prosodyctl cross storage driver migration tool

= Description =

This module adds a command to `prosodyctl` for copying data between storage drivers.

Usage: {{{prosodyctl mod_migrate example.com <source-store> <targer-driver> [users]*}}}

`<source-store>` would be e.g. `accounts` or `private`

`<target-driver>` is the storage driver to copy data to, sans the `mod_storage_` prefix.

The process is something like this:

1. Decide on the future configuration and add this to your prosody config.
2. With Prosody shut down, run `prosodyctl mod_migrate example.com accounts sql`
3. Repeat for each store, substituting 'accounts'.  E.g. vcards, private...
4. Change the `storage` configuration to use the new driver.
5. Start prosody again.