From 4e38769ad085a3fa512d98e214a1558db5bbebc1 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Sun, 27 Mar 2016 16:26:47 +0200 Subject: add migration docs --- docs/en/user/migration.rst | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 docs/en/user/migration.rst (limited to 'docs/en') diff --git a/docs/en/user/migration.rst b/docs/en/user/migration.rst new file mode 100644 index 00000000..9e7d1a1e --- /dev/null +++ b/docs/en/user/migration.rst @@ -0,0 +1,40 @@ +Migrate wallabag +================ + +From wallabag 1.x +----------------- + +If you were using wallabag v1.x, you need to export your data before migrating to wallabag v2.x, because the application and its database changed a lot. In your old wallabag installation, you can export your data, which can be done on the Config page of your old wallabag installation. + +.. image:: ../../img/user/export_v1.png + :alt: Exporting from wallabag v1 + :align: center + +.. note:: + If you have multiple accounts on the same instance of wallabag, each user must export from v1 and import into v2 its data. + +.. note:: + If you encounter issues during the export or the import, don't hesitate to `ask for support `__. + +When you have retrieved the json file containing your entries, you can install wallabag v2 if needed by following `the standard procedure `__. + +After creating an user account on your new wallabag v2 instance, you must head over to the `Import` section and select `Import from wallabag v1`. Select your json file and upload it. + +.. image:: ../../img/user/import_wallabagv1.png + :alt: Import from wallabag v1 + :align: center + + +From wallabag 2.x +----------------- + +From the previous wallabag instance on which you were before, go to `All articles`, then export these articles as json. + +.. image:: ../../img/user/export_v2.png + :alt: Export depuis wallabag v2 + :align: center + +From your new wallabag instance, create your user account and click on the link in the menu to proceed to import. Choose import from wallabag v2 and select your json file to upload it. + +.. note:: + If you encounter issues during the export or the import, don't hesitate to `ask for support `__. -- cgit v1.2.3