summaryrefslogtreecommitdiff
path: root/README.md
blob: a87855100ba2f23170d00a6a0b2fe9450879a5eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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 in ``PLUGINS`` directive of ``config.php``
3. Plugin is invoked using command line: ``php ./update.php --help``

See the [wiki](https://dev.tt-rss.org/fox/ttrss-data-migration/wiki) for more information.