aboutsummaryrefslogtreecommitdiffstats
path: root/tools/migration/migrator.cfg.lua
Commit message (Collapse)AuthorAgeFilesLines
* migrator: Add mod_http_file_share example to config templateKim Alvefur2023-11-011-0/+6
|
* migrator: Update default config template with new storesKim Alvefur2023-11-011-0/+4
| | | | | | * mod_authz_internal adds account_roles * mod_cron has its state * mod_smacks also has some non-critical state
* 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