X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=docs%2Fen%2Fuser%2Fmigration.rst;h=e97c6315fa9031a3fdd6afc12aa6517beddb61c3;hb=f0de35d2ee28031ff6a6a9406b07ed1aafc8ea4b;hp=9e7d1a1eb5ed7cf63c98700ec214887234eb7986;hpb=cc8c2d315f6868201ff32cc4895844c800624a87;p=github%2Fwallabag%2Fwallabag.git diff --git a/docs/en/user/migration.rst b/docs/en/user/migration.rst index 9e7d1a1e..e97c6315 100644 --- a/docs/en/user/migration.rst +++ b/docs/en/user/migration.rst @@ -16,7 +16,7 @@ If you were using wallabag v1.x, you need to export your data before migrating t .. 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 `__. +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. @@ -24,6 +24,28 @@ After creating an user account on your new wallabag v2 instance, you must head o :alt: Import from wallabag v1 :align: center +Import via command-line interface (CLI) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +If you have a CLI access on your web server, you can execute this command to import your wallabag v1 export: + +:: + + bin/console wallabag:import-v1 1 ~/Downloads/wallabag-export-1-2016-04-05.json --env=prod + +Please replace values: + +* ``1`` is the user identifier in database (The ID of the first user created on wallabag is 1) +* ``~/Downloads/wallabag-export-1-2016-04-05.json`` is the path of your wallabag v1 export + +You'll have this in return: + +:: + + Start : 05-04-2016 11:36:07 --- + 403 imported + 0 already saved + End : 05-04-2016 11:36:09 --- From wallabag 2.x -----------------