]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - docs/fr/user/upgrade.rst
Some fixes about upgrade from 2.0.x -> 2.1.0
[github/wallabag/wallabag.git] / docs / fr / user / upgrade.rst
index e3798979c4ac4bb7bb613d03d6728ee9481aac49..42aef9c76fe112d90ef57520c3502acad10ecc39 100644 (file)
@@ -11,7 +11,9 @@ La dernière version de wallabag est publiée à cette adresse : https://www.wal
     git fetch origin
     git fetch --tags
     git checkout 2.1.0
-    ./install.sh
+    ASSETS=build ./install.sh
+    php bin/console doctrine:migrations:migrate --env=prod
+    php bin/console cache:clear --env=prod
 
 Mise à jour sur un hébergement mutualisé
 ----------------------------------------