]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
add migration docs 1818/head
authorThomas Citharel <tcit@tcit.fr>
Sun, 27 Mar 2016 14:26:47 +0000 (16:26 +0200)
committerThomas Citharel <tcit@tcit.fr>
Sun, 27 Mar 2016 14:26:47 +0000 (16:26 +0200)
docs/en/user/migration.rst [new file with mode: 0644]
docs/fr/user/migration.rst [new file with mode: 0644]
docs/img/user/export_v1.png [new file with mode: 0644]
docs/img/user/export_v2.png [new file with mode: 0644]
docs/img/user/import_wallabagv1.png [new file with mode: 0644]

diff --git a/docs/en/user/migration.rst b/docs/en/user/migration.rst
new file mode 100644 (file)
index 0000000..9e7d1a1
--- /dev/null
@@ -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 <https://www.wallabag.org/pages/support.html>`__.
+
+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>`__.
+
+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 <https://www.wallabag.org/pages/support.html>`__.
diff --git a/docs/fr/user/migration.rst b/docs/fr/user/migration.rst
new file mode 100644 (file)
index 0000000..b315ff5
--- /dev/null
@@ -0,0 +1,40 @@
+Migrer wallabag
+===============
+
+Depuis wallabag 1.x
+-------------------
+
+Si vous utilisiez wallabag v1.x, vous devez exporter vos données avant de migrer à wallabag v2.x, à cause du changement complet de l'application et de sa base de données. Sur votre ancienne instance de wallabag v1, vous pouvez exporter vos données en allant sur la page de configuration de l'application.
+
+.. image:: ../../img/user/export_v1.png
+   :alt: Export depuis wallabag v1
+   :align: center
+
+.. note::
+    Si vous avez plusieurs comptes sur la même instance de wallabag, chaque utilisateur doit exporter ses données depuis wallabag v1 et les importer dans la v2.
+
+.. note::
+    S'il vous arrive des problèmes durant l'export ou l'import, n'hésitez pas à `demander de l'aide <https://www.wallabag.org/pages/support.html>`__.
+
+Une fois que vous avez récupéré le fichier json contenant vos données, vous pouvez installer wallabag v2 si c'est nécessaire en suivant `la procédure standard <http://doc.wallabag.org/fr/v2/user/installation.html>`__.
+
+Une fois que vous avez créé un compte utilisateur sur votre nouvelle instance de wallabag v2, rendez-vous dans la section `Import`. Vous devez choisir l'import depuis wallabag v1 puis sélectionner votre fichier json récupéré précédemment.
+
+.. image:: ../../img/user/import_wallabagv1.png
+   :alt: Import depuis wallabag v1
+   :align: center
+
+
+Depuis wallabag 2.x
+-------------------
+
+Depuis l'instance sur laquelle vous étiez, rendez-vous dans la section `Tous les articles`, puis exportez ces articles au format json.
+
+.. image:: ../../img/user/export_v2.png
+   :alt: Export depuis wallabag v2
+   :align: center
+
+Depuis votre nouvelle instance de wallabag, créez votre compte utilisateur puis cliquez sur le lien dans le menu pour accéder à l'import. Choisissez l'import depuis wallabag v2 puis sélectionnez votre fichier json pour l'uploader.
+
+.. note::
+    S'il vous arrive des problèmes durant l'export ou l'import, n'hésitez pas à `demander de l'aide <https://www.wallabag.org/pages/support.html>`__.
diff --git a/docs/img/user/export_v1.png b/docs/img/user/export_v1.png
new file mode 100644 (file)
index 0000000..ad2098a
Binary files /dev/null and b/docs/img/user/export_v1.png differ
diff --git a/docs/img/user/export_v2.png b/docs/img/user/export_v2.png
new file mode 100644 (file)
index 0000000..e66967d
Binary files /dev/null and b/docs/img/user/export_v2.png differ
diff --git a/docs/img/user/import_wallabagv1.png b/docs/img/user/import_wallabagv1.png
new file mode 100644 (file)
index 0000000..4ea1e1d
Binary files /dev/null and b/docs/img/user/import_wallabagv1.png differ