aboutsummaryrefslogtreecommitdiffstats
path: root/tools/migration/migrator.cfg.lua
Commit message (Collapse)AuthorAgeFilesLines
* migrator: Support pubsub and pep as a special-caseKim Alvefur2022-01-091-4/+2
| | | | | This sorta overloads the type suffix but PEP is used for enough stuff to justify this hack
* migrator: Rewrite to use storage modulesKim Alvefur2019-05-051-4/+30
| | | | | This allows migrating to and from any storage module that supports the right methods. Based on experimental mod_migrate work.
* tools/migration/*.lua: Rename config to migrator.cfg.lua, add error handling ↵Matthew Wild2011-02-251-0/+26
for config and command-line parameters