From 6a9a441f7eb4356a26a622da541d9bff33b5f991 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 6 Aug 2019 11:48:55 +0300 Subject: add readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b50a757 --- /dev/null +++ b/README.md @@ -0,0 +1,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`` -- cgit v1.2.3