user/faq
user/installation
- user/upgrade-2.0.x-2.1.0
+ user/upgrade-2.0.x-2.1.y
user/upgrade-2.0.x-2.0.y
user/migration
user/import
-Wallabag updaten
-================
+Wallabag updaten 2.0.x -> 2.1.x
+===============================
Update auf einem dedizierten Webserver
--------------------------------------
Entpacke das Archiv in deinen wallabag Ordner und ersetze ``app/config/parameters.yml`` mit deiner Datei.
+Please note that we added new parameters in this version. You have to edit ``app/config/parameters.yml`` by adding these lines (replace with your configuration) :
+
+.. code-block:: bash
+
+ # RabbitMQ processing
+ rabbitmq_host: localhost
+ rabbitmq_port: 5672
+ rabbitmq_user: guest
+ rabbitmq_password: guest
+
+ # Redis processing
+ redis_host: localhost
+ redis_port: 6379
+
Wenn du SQLite nutzt, musst auch das ``data/`` Verzeichnis in die neue Installation kopieren.
Leere den ``var/cache`` Ordner.
user/faq
user/installation
- user/upgrade-2.0.x-2.1.0
+ user/upgrade-2.0.x-2.1.y
user/upgrade-2.0.x-2.0.y
user/migration
user/import
-Upgrading from 2.0.x to 2.1.0
+Upgrading from 2.0.x to 2.1.y
=============================
.. warning::
Extract the archive in your wallabag folder and replace ``app/config/parameters.yml`` with yours.
+Please note that we added new parameters in this version. You have to edit ``app/config/parameters.yml`` by adding these lines (replace with your configuration) :
+
+.. code-block:: bash
+
+ # RabbitMQ processing
+ rabbitmq_host: localhost
+ rabbitmq_port: 5672
+ rabbitmq_user: guest
+ rabbitmq_password: guest
+
+ # Redis processing
+ redis_host: localhost
+ redis_port: 6379
+
If you use SQLite, you must also copy your ``data/`` folder inside the new installation.
Empty ``var/cache`` folder.
user/faq
user/installation
- user/upgrade-2.0.x-2.1.0
+ user/upgrade-2.0.x-2.1.y
user/upgrade-2.0.x-2.0.y
user/migration
user/import
-Mettre à jour de la 2.0.x à la 2.1.0
+Mettre à jour de la 2.0.x à la 2.1.y
====================================
.. warning::
Décompressez l'archive dans votre répertoire d'installation et remplacez le fichier ``app/config/parameters.yml`` avec le votre.
+Nous avons ajouté de nouveaux paramètres dans cette nouvelle version. Vous devez donc éditer le fichier ``app/config/parameters.yml`` en ajoutant ces lignes (et en remplaçant par votre configuration) :
+
+.. code-block:: bash
+
+ # RabbitMQ processing
+ rabbitmq_host: localhost
+ rabbitmq_port: 5672
+ rabbitmq_user: guest
+ rabbitmq_password: guest
+
+ # Redis processing
+ redis_host: localhost
+ redis_port: 6379
+
Si vous utilisez SQLite, vous devez également conserver le contenu du répertoire ``data/``.
Videz le répertoire ``var/cache``.