Announcement

Collapse
No announcement yet.

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

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

  • 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.

  • #2
    Hi!

    Follow the instruction below:

    Comment


    • #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


      • #4
        espcrm 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


        • espcrm
          espcrm 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...
      X