Announcement

Collapse
No announcement yet.

EspoCRM 5.6.2 released

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • EspoCRM 5.6.2 released

    Enhancements:
    • Import: Multiple email addresses support;
    • Foreign field: Email and Phone field types support;
    • Lead Capture: Ability to view payload data in log;
    • Lead Capture: Ability to disable duplicate check.

    Improvements:
    • Emails: List loading time optimization.

    All issues: https://github.com/espocrm/espocrm/m...ne/61?closed=1

    Upgrading via CLI is preferable.

  • #2
    Upgrading from CLI is preferable since there can be some indexes being rebuilt during the upgrade process. When running from UI php max execution time can be exceeded.

    For those who upgrade from 5.5.6 version:

    1. Download the upgrade package from the website to your server.
    2. Run from espo directory:
    Code:
     php upgrade.php /path/to/downloaded/package.zip

    Those who upgrade from 5.6.* version, just need to run:
    Code:
    php command.php upgrade
    Last edited by yuri; 05-10-2019, 04:51 PM.

    Comment


    • #3
      upgraded fine here, using CLI. Thanks

      Comment


      • #4
        Thanks for all Yuri ,
        upgrade from CLI is perfect
        Regards

        For info how upgrade from cli : https://github.com/espocrm/documenta...n/upgrading.md
        Last edited by item; 05-10-2019, 04:06 PM.

        Comment


        • #5
          Thank You for the hint!
          4 minutes to upgrade, that's effectively a while but ran flawlessly
          (by the way there is slight tip error in the script: "upgraded" and no "upgaded")


          root@m3:/var/www/html/espocrm# time php command.php upgrade
          Current version is 5.6.1.
          EspoCRM will be upgaded to version 5.6.2 now. Type 'Y' to continue.
          Y
          Downloading...
          Upgrading... This may take a while...
          Upgrade is complete. Current version is 5.6.2.
          You have the latest version.

          real 4m38.812s
          user 0m1.771s
          sys 0m0.982s

          Comment


          • #6
            Hi Yuri,

            We tested the upgrade on installation which has Advance Pack installed. The upgrade failed by time out. We ran the upgrade using the CLI method. We have about 30,000 cases and about 200,000 emails. We had stopped all crons and disabled all user activities.

            Please assist. Thank you.
            Last edited by murugappan; 05-30-2019, 12:58 AM.

            Comment


            • #7
              Hello

              We have tried to reproduce it, but nothing has happened. There was no time out error while making the upgrade via CLI, even when we tried to make delay = 5 min.
              Please check what is in the error log files (both EspoCRM and web server).

              Comment


              • #8
                Hi Maximus,

                Thank you for the good support. We checked and there was some performance issue on mysql. After the Server Admin tweaked the config, all is fine. It took only less than a minute.

                Comment

                Working...
                X