Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions docs/updating/from_1.x_2.x/update_app_to_2.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,8 @@ latest_tag: '2.5.27'

## 3. Update the app

First, perform version-specific steps depending on which version you are updating from.

### A. v2.2

When upgrading an Enterprise installation to v2.2, you need to disable `EzSystemsPlatformEEAssetsBundle` by removing
`new EzSystems\PlatformEEAssetsBundle\EzSystemsPlatformEEAssetsBundle(),` from `app/AppKernel.php`.

### B. v2.5
If `EzSystemsPlatformEEAssetsBundle` is present in `app/AppKernel.php`,
disable it by removing the `new EzSystems\PlatformEEAssetsBundle\EzSystemsPlatformEEAssetsBundle(),` entry.

Since v2.5 eZ Platform uses [Webpack Encore]([[= symfony_doc =]]/frontend.html#webpack-encore) for asset management.
You need to install [Node.js](https://nodejs.org/en/) and [Yarn](https://yarnpkg.com/lang/en/docs/install) to update to this version.
Expand All @@ -34,7 +28,7 @@ In this case, use Webpack Encore. See [Importing assets from a bundle](../../gui

If you experience issues during the update, see [Troubleshooting](../../getting_started/troubleshooting.md#cloning-failed-using-an-ssh-key).

### C. Run composer update
### Run composer update

[[% include 'snippets/update/update_app.md' %]]

Expand Down