1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

Added details about upgrade from 2.1.x or 2.2.0

This commit is contained in:
Nicolas Lœuillet 2017-01-31 12:53:22 +01:00
parent 713f35bafd
commit 1a6e0725d3
No known key found for this signature in database
GPG key ID: BDC1EFB5CA0145F2
3 changed files with 27 additions and 0 deletions

View file

@ -15,6 +15,15 @@ Upgrading from 2.1.x to 2.2.x
Upgrade on a dedicated web server
=================================
**From 2.1.x:**
::
make update
php bin/console doctrine:migrations:migrate --no-interaction -e=prod
**From 2.2.0:**
::
make update