]> git.immae.eu Git - github/wallabag/wallabag.git/blame - docs/en/user/upgrade-2.1.x-2.1.y.rst
Update the upgrade documentation
[github/wallabag/wallabag.git] / docs / en / user / upgrade-2.1.x-2.1.y.rst
CommitLineData
7c1ce283
NL
1Upgrading from 2.1.x to 2.1.y
2=============================
12d3bbcc 3
4Upgrade on a dedicated web server
5---------------------------------
6
a3f7d8a8 7The last release is published on https://www.wallabag.org/pages/download-wallabag.html. In order to upgrade your wallabag installation and get the last version, run the following commands in you wallabag folder (replace ``2.1.3`` by the last release number):
bba9907d 8
12d3bbcc 9::
10
bc12f08b 11 make update
12d3bbcc 12
94d1dae4 13Upgrade on a shared hosting
12d3bbcc 14---------------------------
15
bba9907d
NL
16Backup your ``app/config/parameters.yml`` file.
17
94d1dae4 18Download the last release of wallabag:
bba9907d
NL
19
20.. code-block:: bash
21
22 wget http://wllbg.org/latest-v2-package && tar xvf latest-v2-package
23
39c3dd30 24You will find the `md5 hash of the latest package on our website <https://www.wallabag.org/pages/download-wallabag.html>`_.
94d1dae4 25
bba9907d 26Extract the archive in your wallabag folder and replace ``app/config/parameters.yml`` with yours.
12d3bbcc 27
28If you use SQLite, you must also copy your ``data/`` folder inside the new installation.
29
30Empty ``var/cache`` folder.