]> git.immae.eu Git - github/wallabag/wallabag.git/blame_incremental - docs/en/user/upgrade.rst
Merge pull request #2313 from wallabag/fix-long-loading
[github/wallabag/wallabag.git] / docs / en / user / upgrade.rst
... / ...
CommitLineData
1Upgrade wallabag
2================
3
4Upgrade on a dedicated web server
5---------------------------------
6
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.0`` by the last release number):
8
9::
10
11 git fetch origin
12 git fetch --tags
13 git checkout 2.1.0
14 ./install.sh
15
16Upgrade on a shared hosting
17---------------------------
18
19Backup your ``app/config/parameters.yml`` file.
20
21Download the last release of wallabag:
22
23.. code-block:: bash
24
25 wget http://wllbg.org/latest-v2-package && tar xvf latest-v2-package
26
27(md5 hash of the package: ``4f84c725d1d6e3345eae0a406115e5ff``)
28
29Extract the archive in your wallabag folder and replace ``app/config/parameters.yml`` with yours.
30
31If you use SQLite, you must also copy your ``data/`` folder inside the new installation.
32
33Empty ``var/cache`` folder.