summaryrefslogtreecommitdiff
path: root/README.md
blob: b50a757d246e1f0c1d7b8b19e9c4d7d044cd58c1 (plain)
1
2
3
4
5
6
7
8
9
10
# Data migration plugin

Migrates user articles using a neutral format (JSON in a ZIP archive). Can be used
to transfer articles between different database types (i.e. MySQL to PostgreSQL).

## Installation

1. Git clone to ``/plugins.local/data_migration``
2. Enable plugin in ``PLUGINS`` directive of ``config.php``
3. Plugin is invoked using command line: ``php ./update.php --help``