Upgare pimcore 6.8 to 6.9

Pimcore has 2 different Project

  1. Demo

  2. Skeleton


We are Upgrading the Skeleton Project 6.8 to 6.9

Step we need to Follow


  1. Upgrade 6.8.10 to the latest version of 6.8.x.

  2. Run command in pimcore root directory
    COMPOSER_MEMORY_LIMIT=-1 composer update

  3. After run the command its shows the output like this:

  4. Check You admin Panel. we have the 6.8.12 after running the above command

  5. If you get this Error

    Please run this command in your docker
    chown -R  www-data:www-data  .

  6. If you want to check the docker container. Please run docker ps

  7. Now We need to upgrade the 6.8.12 to 6.9.x  

  8. Update Your composer.json File and update pimcore version under
    require” the "pimcore/pimcore": "~6.9.0" 

  9. Now Repeat the 2,3,4,5 points again. Now login to the admin panel and check if the version is updated with 6.9.x or 6.9.6.

  10. Please Ignore the 

'pimcore.object_localized_01_en' is not of type 'VIEW'


Comments

  1. Hi..we want to migrate from version 6.3 to 6.9..Will it be version by version or directly to 6.9

    ReplyDelete

Post a Comment