From: Thomas Citharel Date: Sun, 27 Mar 2016 14:26:47 +0000 (+0200) Subject: add migration docs X-Git-Tag: 2.0.0~9^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=4e38769ad085a3fa512d98e214a1558db5bbebc1;p=github%2Fwallabag%2Fwallabag.git add migration docs --- 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 `__. diff --git a/docs/fr/user/migration.rst b/docs/fr/user/migration.rst new file mode 100644 index 00000000..b315ff5c --- /dev/null +++ b/docs/fr/user/migration.rst @@ -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 `__. + +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 `__. + +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 `__. diff --git a/docs/img/user/export_v1.png b/docs/img/user/export_v1.png new file mode 100644 index 00000000..ad2098a4 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 index 00000000..e66967d0 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 index 00000000..4ea1e1d5 Binary files /dev/null and b/docs/img/user/import_wallabagv1.png differ