Can't upgrade from 9.1.2 to 9.1.7

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

    #1

    Can't upgrade from 9.1.2 to 9.1.7

    Me again with yet more upgrade woes.

    This time I'm trying to upgrade from 9.1.2 to 9.1.7

    I have a script install so I issue

    sudo /var/www/espocrm/command.sh upgrade

    This runs ok but does give me the normal skipped warning that I get every time:-

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

    When I go back into Admin/about I'm still on 9.1.2

    Tried clearing cache, incognito tabs and different browser to no avail.

    Run

    sudo /var/www/espocrm/command.sh rebuild

    which has fixed the issue previously and it has no effect. Also tried 'restart' but that didn't work either.

    Checked the github page and it 'looks' like 9.1.7 is available.

    Even tried rebooting my server.

    I'm not sure why I always struggle to get this to upgrade, but any help would be really appreciated.
  • lazovic
    Super Moderator
    • Jan 2022
    • 1089

    #2
    Hi Gomez,

    Can you please show the logs of the espocrm container? Run the following command in CLI:
    Code:
    sudo docker logs espocrm

    Comment

    • Gomez
      Junior Member
      • Jul 2024
      • 23

      #3
      Hi lazovic Thanks for responding.

      I re-ran the upgrade command and then copied all the log entries for today from your command above.

      172.18.0.3 - 30/Jun/2025:08:36:45 +0000 "GET /index.php" 200
      172.18.0.3 - 30/Jun/2025:08:36:45 +0000 "GET /api/v1/index.php" 200
      172.18.0.3 - admin 30/Jun/2025:08:36:45 +0000 "GET /api/v1/index.php" 401
      172.18.0.3 - 30/Jun/2025:08:36:46 +0000 "GET /index.php" 200
      172.18.0.3 - admin 30/Jun/2025:08:37:03 +0000 "GET /api/v1/index.php" 200
      172.18.0.3 - admin 30/Jun/2025:08:37:03 +0000 "GET /api/v1/index.php" 200
      172.18.0.3 - 30/Jun/2025:08:37:03 +0000 "GET /index.php" 200
      172.18.0.3 - admin 30/Jun/2025:08:37:03 +0000 "GET /api/v1/index.php" 200
      172.18.0.3 - admin 30/Jun/2025:08:37:03 +0000 "GET /api/v1/index.php" 200
      172.18.0.3 - admin 30/Jun/2025:08:37:04 +0000 "GET /api/v1/index.php" 200
      172.18.0.3 - admin 30/Jun/2025:08:37:04 +0000 "GET /api/v1/index.php" 200
      172.18.0.3 - admin 30/Jun/2025:08:37:09 +0000 "GET /api/v1/index.php" 200
      172.18.0.3 - 30/Jun/2025:08:40:23 +0000 "GET /index.php" 200
      172.18.0.3 - 30/Jun/2025:08:40:23 +0000 "GET /api/v1/index.php" 200
      172.18.0.3 - admin 30/Jun/2025:08:40:23 +0000 "GET /api/v1/index.php" 200
      172.18.0.3 - admin 30/Jun/2025:08:40:23 +0000 "GET /api/v1/index.php" 200
      172.18.0.3 - admin 30/Jun/2025:08:40:24 +0000 "GET /api/v1/index.php" 200
      172.18.0.3 - admin 30/Jun/2025:08:40:24 +0000 "GET /api/v1/index.php" 200
      172.18.0.3 - admin 30/Jun/2025:08:40:24 +0000 "GET /api/v1/index.php" 200
      172.18.0.3 - 30/Jun/2025:08:40:26 +0000 "GET /index.php" 200
      172.18.0.3 - 30/Jun/2025:08:40:26 +0000 "GET /api/v1/index.php" 200
      172.18.0.3 - admin 30/Jun/2025:08:40:26 +0000 "GET /api/v1/index.php" 200
      172.18.0.3 - admin 30/Jun/2025:08:40:26 +0000 "GET /api/v1/index.php" 200
      172.18.0.3 - admin 30/Jun/2025:08:40:26 +0000 "GET /api/v1/index.php" 200
      172.18.0.3 - admin 30/Jun/2025:08:40:26 +0000 "GET /api/v1/index.php" 200
      172.18.0.3 - admin 30/Jun/2025:08:40:26 +0000 "GET /api/v1/index.php" 200
      gomez@lexx:~$

      Comment

      • Gomez
        Junior Member
        • Jul 2024
        • 23

        #4
        Hi lazovic sorry to bug you but I'm still unable to get past 9.1.2

        Comment

        Working...