]> git.immae.eu Git - github/wallabag/wallabag.git/blob - docs/en/user/migration.rst
add migration docs
[github/wallabag/wallabag.git] / docs / en / user / migration.rst
1 Migrate wallabag
2 ================
3
4 From wallabag 1.x
5 -----------------
6
7 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.
8
9 .. image:: ../../img/user/export_v1.png
10 :alt: Exporting from wallabag v1
11 :align: center
12
13 .. note::
14 If you have multiple accounts on the same instance of wallabag, each user must export from v1 and import into v2 its data.
15
16 .. note::
17 If you encounter issues during the export or the import, don't hesitate to `ask for support <https://www.wallabag.org/pages/support.html>`__.
18
19 When you have retrieved the json file containing your entries, you can install wallabag v2 if needed by following `the standard procedure <http://doc.wallabag.org/en/v2/user/installation.html>`__.
20
21 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.
22
23 .. image:: ../../img/user/import_wallabagv1.png
24 :alt: Import from wallabag v1
25 :align: center
26
27
28 From wallabag 2.x
29 -----------------
30
31 From the previous wallabag instance on which you were before, go to `All articles`, then export these articles as json.
32
33 .. image:: ../../img/user/export_v2.png
34 :alt: Export depuis wallabag v2
35 :align: center
36
37 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.
38
39 .. note::
40 If you encounter issues during the export or the import, don't hesitate to `ask for support <https://www.wallabag.org/pages/support.html>`__.