]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Documentation about wallabag v1 CLI import 1856/head
authorNicolas Lœuillet <nicolas@loeuillet.org>
Tue, 5 Apr 2016 11:46:59 +0000 (13:46 +0200)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Tue, 5 Apr 2016 11:46:59 +0000 (13:46 +0200)
docs/en/user/migration.rst
docs/fr/user/migration.rst

index 9e7d1a1eb5ed7cf63c98700ec214887234eb7986..109a4c9b152d77e6df90f25dd2a602c9dbdd8088 100644 (file)
@@ -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
+
+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
 -----------------
index b315ff5ce5ca93ccf1e90cad0e5572076c3243b1..d101ba2f0f2accec752d400937fe735afd7c5b0b 100644 (file)
@@ -24,6 +24,28 @@ Une fois que vous avez créé un compte utilisateur sur votre nouvelle instance
    :alt: Import depuis wallabag v1
    :align: center
 
+Import via via la ligne de commande (CLI)
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Si vous avez accès à la ligne de commandes de votre serveur web, vous pouvez exécuter cette commande pour import votre fichier wallabag v1 :
+
+::
+
+    bin/console wallabag:import-v1 1 ~/Downloads/wallabag-export-1-2016-04-05.json
+
+Remplacez les valeurs :
+
+* ``1`` est l'identifiant de votre utilisateur en base (l'ID de votre premier utilisateur créé sur wallabag est 1)
+* ``~/Downloads/wallabag-export-1-2016-04-05.json`` est le chemin de votre export wallabag v1
+
+Vous obtiendrez :
+
+::
+
+    Start : 05-04-2016 11:36:07 ---
+    403 imported
+    0 already saved
+    End : 05-04-2016 11:36:09 ---
 
 Depuis wallabag 2.x
 -------------------