mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
Fixed review
This commit is contained in:
parent
eef8aeec8f
commit
9866d39431
7 changed files with 49 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
Upgrading from 2.0.x to 2.1.0
|
||||
Upgrading from 2.0.x to 2.1.y
|
||||
=============================
|
||||
|
||||
.. warning::
|
||||
|
@ -33,6 +33,20 @@ Download the last release of wallabag:
|
|||
|
||||
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.
|
Loading…
Add table
Add a link
Reference in a new issue