]> 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 99260e13509fc4b1f177d4974593d7dc5b380187..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
@@ -43,7 +52,9 @@ Here is the migrations list for 2.1.x to 2.2.0 release:
 * ``20161122203647``: dropped ``expired`` and ``credentials_expired`` fields on ``user`` table
 * ``20161128084725``: added ``list_mode`` field on ``config`` table
 * ``20161128131503``: dropped ``locked``, ``credentials_expire_at`` and ``expires_at`` fields on ``user`` table
+* ``20161214094402``: renamed ``uuid`` to ``uid`` on ``entry`` table
 * ``20161214094403``: added ``uid`` index on ``entry`` table
+* ``20170127093841``: added ``is_starred`` and ``is_archived`` indexes on ``entry`` table
 
 Upgrade on a shared hosting
 ===========================
@@ -54,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>`_.