X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=docs%2Fen%2Fuser%2Fupgrade-2.0.x-2.1.1.rst;h=3b39fc8cec80af72d9b786d44ba4e9e0a783813a;hb=0c256e2e707c4c4627b737e33166639c6ec867b7;hp=f5a4859273e788e1bb66993febbbfd10a55a6434;hpb=e65c27587b940ef8de88578e57f109b5b7819684;p=github%2Fwallabag%2Fwallabag.git diff --git a/docs/en/user/upgrade-2.0.x-2.1.1.rst b/docs/en/user/upgrade-2.0.x-2.1.1.rst index f5a48592..3b39fc8c 100644 --- a/docs/en/user/upgrade-2.0.x-2.1.1.rst +++ b/docs/en/user/upgrade-2.0.x-2.1.1.rst @@ -46,6 +46,7 @@ Please check that your ``app/config/parameters.yml`` contains all the required p database_password: null database_path: '%kernel.root_dir%/../data/db/wallabag.sqlite' database_table_prefix: wallabag_ + database_socket: null mailer_transport: smtp mailer_host: 127.0.0.1 mailer_user: null @@ -62,8 +63,12 @@ Please check that your ``app/config/parameters.yml`` contains all the required p rabbitmq_port: 5672 rabbitmq_user: guest rabbitmq_password: guest + redis_scheme: tcp redis_host: localhost redis_port: 6379 + redis_path: null + +You can find `here a documentation about parameters `_. If you use SQLite, you must also copy your ``data/`` folder inside the new installation.