mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-19 10:30:29 +01:00
Merge pull request #2816 from wallabag/add-details-update
Added details about upgrade from 2.1.x or 2.2.0
This commit is contained in:
commit
d3a8322a64
@ -13,6 +13,15 @@ Upgrade von 2.1.x zu 2.2.x
|
|||||||
Upgrade auf einem dedizierten Webserver
|
Upgrade auf einem dedizierten Webserver
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
**Von 2.1.x:**
|
||||||
|
|
||||||
|
::
|
||||||
|
|
||||||
|
make update
|
||||||
|
php bin/console doctrine:migrations:migrate --no-interaction -e=prod
|
||||||
|
|
||||||
|
**Von 2.2.0:**
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
make update
|
make update
|
||||||
|
@ -15,6 +15,15 @@ Upgrading from 2.1.x to 2.2.x
|
|||||||
Upgrade on a dedicated web server
|
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
|
make update
|
||||||
|
@ -13,6 +13,15 @@ Mettre à jour de la 2.1.x à la 2.2.x
|
|||||||
Mise à jour sur un serveur dédié
|
Mise à jour sur un serveur dédié
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
**Depuis 2.1.x:**
|
||||||
|
|
||||||
|
::
|
||||||
|
|
||||||
|
make update
|
||||||
|
php bin/console doctrine:migrations:migrate --no-interaction -e=prod
|
||||||
|
|
||||||
|
**Depuis 2.2.0:**
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
make update
|
make update
|
||||||
|
Loading…
Reference in New Issue
Block a user