Update command from 8.4.2 to 9.0.1 does not work

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dev77
    Senior Member
    • Feb 2018
    • 129

    Update command from 8.4.2 to 9.0.1 does not work

    Script no longer works:

    Code:
    php command.php upgrade
    Current version is 8.4.2.
    EspoCRM will be upgraded to version 9.0.1 now. Enter [Y] to continue.
    Y
    This may take a while. Do not close the terminal.
    Downloading...
    It does not hang... just quits after the "Downloading" and it ends immediately. It is not downloading anything.

    If I use a specific version of PHP it still does not work:

    Code:
    xxxx@xxxx:~/public_html/xxxx.com/espocrm2$   usr/local/bin/php83 command.php upgrade​
    Current version is 8.4.2.
    EspoCRM will be upgraded to version 9.0.1 now. Enter [Y] to continue.
    Y
    This may take a while. Do not close the terminal.
    Downloading...
    xxxx@xxxx:~/public_html/xxxx.com/espocrm2$
    EspoCRM still runs fine. No damage was done.

    Suggestions?​
  • murugappan
    Active Community Member
    • Aug 2017
    • 480

    #2
    dev77 HI . Espocrm 9.0.x requires PHP version 8.2 and above. It is not installable in PHP < 8.2. Please check your PHP version.

    Comment

    • dev77
      Senior Member
      • Feb 2018
      • 129

      #3
      Originally posted by murugappan
      dev77 HI . Espocrm 9.0.x requires PHP version 8.2 and above. It is not installable in PHP < 8.2. Please check your PHP version.
      usr/local/bin/php83 command.php upgrade
      I tried with PHP 8.4 and I show above trying with 8.3

      As I said... no error message, no hang... just stops.

      Is anyone else having an issue trying to update from EspoCRM 8.4.2 to 9.x?

      Comment

      • lazovic
        Super Moderator
        • Jan 2022
        • 823

        #4
        Hi dev77,

        Please check if there is anything in the EspoCRM instance logs or in the server logs?

        Comment

        • dev77
          Senior Member
          • Feb 2018
          • 129

          #5
          Originally posted by lazovic
          Hi dev77,

          Please check if there is anything in the EspoCRM instance logs or in the server logs?
          There is nothing in the /data/ log. Where is there another log?

          Comment

        • bandtank
          Active Community Member
          • Mar 2017
          • 383

          #6
          I upgraded from 9.0.0 to 9.0.1 without any issues a few minutes ago. FYI in case that matters or helps.

          Comment

          • yuri
            Member
            • Mar 2014
            • 8571

            #7
            The package is 30MB. It could be that the the PHP process terminated without being able to log anything. Maybe be a memory limit issue.
            If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

            Comment

            Working...