]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - docs/de/user/upgrade.rst
Some fixes about upgrade from 2.0.x -> 2.1.0
[github/wallabag/wallabag.git] / docs / de / user / upgrade.rst
index 953c84ff7cd1c5437551298cf219378f21d4355f..084dab7465edae7ff7b17dee7372a31968c12c2f 100644 (file)
@@ -11,7 +11,9 @@ Das neueste Release ist auf https://www.wallabag.org/pages/download-wallabag.htm
     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
 
 Update auf einem Shared Webhosting
 ----------------------------------