If possible to upgrade EspoCRM from 6.0.0 to 6.1.7 by the upgrade packge?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • fairchild003
    Junior Member
    • Oct 2020
    • 5

    If possible to upgrade EspoCRM from 6.0.0 to 6.1.7 by the upgrade packge?

    Hi,

    from the Upgrade package download page, we can see many upgrade packages.
    and My current version is 6.0.0, could it is possible to upgrade to the lastest version 6.1.7 without the interim version?
    How can I do this operation, since the server can't connect to the internet directly.

    BR.
  • Vadym
    Super Moderator
    • Jun 2021
    • 346

    #2
    Hi!

    Follow the instruction below:

    Comment

    • esforim
      Active Community Member
      • Jan 2020
      • 2204

      #3
      The CLI still update it stage by stage I believe, it just help you skip having to download it manually, saving it and uploading it and upgrading.

      To answer your question, no you can't skip. It is too dangerous to skip increments.

      Comment

      • emillod
        Active Community Member
        • Apr 2017
        • 1405

        #4
        esforim you can create bash script which will upgrade your EspoCRM in background "step-by-step", but you'll run it once I think also you can skip confirmation dialog in CLI. There is flag -y i believe. I have like 20 active instances on my server and i have to upgrade them from time to time

        It's something like this:
        cd /web/espo1
        php command.php upgrade -y
        cd /web/espo2
        php command.php upgrade -y
        ...

        Comment


        • esforim
          esforim commented
          Editing a comment
          Doesn't it ask again after the update? I remember it does but it been a while. So you have to run it a couple of time even though you can use
          -y to skip a confirmation
      Working...