]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - docs/fr/user/upgrade.rst
Added details about upgrade from 2.1.x or 2.2.0
[github/wallabag/wallabag.git] / docs / fr / user / upgrade.rst
index 2ca5d127daad088142bb6af284160acb71edbfa3..4e77e9f11709c28ad456b2716e467f868a2397f9 100644 (file)
@@ -13,6 +13,15 @@ Mettre à jour de la 2.1.x à la 2.2.x
 Mise à jour sur un serveur dédié
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
+**Depuis 2.1.x:**
+
+::
+
+    make update
+    php bin/console doctrine:migrations:migrate --no-interaction -e=prod
+
+**Depuis 2.2.0:**
+
 ::
 
     make update