]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - docs/en/user/upgrade.rst
Some fixes about upgrade from 2.0.x -> 2.1.0
[github/wallabag/wallabag.git] / docs / en / user / upgrade.rst
index 5c37be95088ad052f03719b8086bd32e03dead05..f547f247bd72f571ac09adc58426861da50c07ba 100644 (file)
@@ -11,7 +11,9 @@ The last release is published on https://www.wallabag.org/pages/download-wallaba
     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
 
 Upgrade on a shared hosting
 ---------------------------