]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - docs/en/user/upgrade.rst
Merge pull request #3323 from egilli/fix-export-link-with-baggy
[github/wallabag/wallabag.git] / docs / en / user / upgrade.rst
index 889b530054e9f06834793bebd034663e682977e2..46b490c32a747afe2c5fa6f2847ce30dca345dce 100644 (file)
@@ -15,6 +15,15 @@ Upgrading from 2.1.x to 2.2.x
 Upgrade on a dedicated web server
 =================================
 
+**From 2.1.x:**
+
+::
+
+    make update
+    php bin/console doctrine:migrations:migrate --no-interaction -e=prod
+
+**From 2.2.0:**
+
 ::
 
     make update
@@ -56,7 +65,7 @@ Download the last release of wallabag:
 
 .. code-block:: bash
 
-    wget http://wllbg.org/latest-v2-package && tar xvf latest-v2-package
+    wget https://wllbg.org/latest-v2-package && tar xvf latest-v2-package
 
 You will find the `md5 hash of the latest package on our website <https://www.wallabag.org/pages/download-wallabag.html>`_.