Global navigation

   Documentation Center
   eZ Studio & eZ Platform
     User Manual
     Technical Manual
     Glossary
   eZ Publish 4.x / legacy

 
eZ Publish (5.x)

eZ Publish 5.x | For eZ Platform & eZ Studio topics see Technical manual and User manual, for eZ Publish 4.x and Legacy topics see eZ Publish legacy

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

* The version you update to will always be the latests, hence the importance of following all steps.

 

From 5.4.6 and lower

 

Update ezpublish-legacy-installer to v2.0.3 for Composer 1.1

Newer versions of Composer sometimes updates it's API's and as such we need to make sure our composer plugin ezpublish-legacy-installer is up-to-date before we do anything else, so if you don't already have ezsystems/ezpublish-legacy-installer v2.0.3 and Composer 1.1, do the following: 

Code Block
languagebash
# First install Composer v1.0 that works with old version of ezpublish-legacy-installer
php -r "copy('https://getcomposer.org/download/1.0.3/composer.phar', 'composer.phar');"

# Then install newer version
php -d memory_limit=-1 composer.phar update --no-dev --prefer-dist --no-scripts ezsystems/ezpublish-legacy-installer

# Then make sure composer is updated to latests
php -d memory_limit=-1 composer.phar selfupdate 

...

Updating packages with composer

 

Show If
groupeZ Users
Instructions for RC Testing

To test a RC release you'll need to update your requirements before next step:

bashExample (pick versions from relevant RC release JIRA ticket)
 

With this command you'll update all packages that have received updates:

...