]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - docs/en/user/upgrade-2.0.x-2.0.y.rst
Reordered upgrade documentation
[github/wallabag/wallabag.git] / docs / en / user / upgrade-2.0.x-2.0.y.rst
similarity index 74%
rename from docs/en/user/upgrade.rst
rename to docs/en/user/upgrade-2.0.x-2.0.y.rst
index f547f247bd72f571ac09adc58426861da50c07ba..6a0818b3a5e234474c98b099ce19494f66854a33 100644 (file)
@@ -1,18 +1,17 @@
-Upgrade wallabag
-================
+Upgrade from 2.0.x to 2.0.y
+===========================
 
 Upgrade on a dedicated web server
 ---------------------------------
 
-The last release is published on https://www.wallabag.org/pages/download-wallabag.html. In order to upgrade your wallabag installation and get the last version, run the following commands in you wallabag folder (replace ``2.1.0`` by the last release number):
+The last release is published on https://www.wallabag.org/pages/download-wallabag.html. In order to upgrade your wallabag installation and get the last version, run the following commands in you wallabag folder (replace ``2.0.8`` by the last release number):
 
 ::
 
     git fetch origin
     git fetch --tags
-    git checkout 2.1.0
-    ASSETS=build ./install.sh
-    php bin/console doctrine:migrations:migrate --env=prod
+    git checkout 2.0.8
+    SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist
     php bin/console cache:clear --env=prod
 
 Upgrade on a shared hosting
@@ -26,7 +25,7 @@ Download the last release of wallabag:
 
     wget http://wllbg.org/latest-v2-package && tar xvf latest-v2-package
 
-(md5 hash of the package: ``4f84c725d1d6e3345eae0a406115e5ff``)
+(md5 hash of the 2.0.8 package: ``4f84c725d1d6e3345eae0a406115e5ff``)
 
 Extract the archive in your wallabag folder and replace ``app/config/parameters.yml`` with yours.