Can't Update to 9.0.6 via Script

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Gomez
    Junior Member
    • Jul 2024
    • 18

    Can't Update to 9.0.6 via Script

    I'm running 9.0.0 via a script install.

    I'd like to update to 9.0.6 but when I run the script update command -

    Code:
    sudo /var/www/esprocrm/command.sh upgrade
    It completes but still leaves me with 9.0.0

    I've looked on the docker hub and it seems (to me) that the 9.0.6 image has been made available.

    Also I do see the following output from the upgrade script

    espocrm-daemon Skipped - Image is already being pulled by espocrm
    esprocrm-websocket Skipped - Image is already being pulled by espocrm
    esprocrm-nginx Pulled
    esprocrm-db Pulled
    esprocrm Pulled

    Can any help me work out what the problem is?

  • Gomez
    Junior Member
    • Jul 2024
    • 18

    #2
    I see that 9.0.7 is now available but I still can't get the script update to work.

    Any insight would be gratefully received.

    Comment

    • Vadym
      Super Moderator
      • Jun 2021
      • 354

      #3
      Hi Gomez,

      In order to upgrade the container created by the docker-compose.yml:
      1. Open your EspoCRM container directory.
      2. Run the command: docker compose pull && docker compose up -d
      Within a few minutes the container will be upgraded to the latest version.

      Comment

      • lazovic
        Super Moderator
        • Jan 2022
        • 942

        #4
        Hi Gomez,

        Please tell me if you have tried to make a rebuild? Command example: sudo /var/www/espocrm/command.sh rebuild

        You can also try clearing your browser cache or logging in from an incognito tab to check if the instance version has been upgraded.

        Comment


        • Gomez
          Gomez commented
          Editing a comment
          Hi @lazovic,

          The rebuild command seems to have been the solution.

          I checked the original version in an incognito tab and it was still 9.0.0

          Then I issued the rebuild command and checked again and it has incremented to 9.0.8

          Thanks for your help.
      Working...