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

    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

    Working...