• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Question how to update the php version for the text console?

stefan-franz

Basic Pleskian
Hello,
i updated over plesk my php version to 8.0 - and in nextcloud / system there is shown php 8.0.13

But if i want somethin to on the text console, there somes that message:
sudo -u www-data php occ maintenance:mode --on
This version of Nextcloud requires at least PHP 7.3
You are currently running 7.2.24-0ubuntu0.18.04.10. Please update your PHP version

How can i update the php version for ubuntu 18.04 for the text console?
 
You'll have to use the PHP version provided by Plesk to run your script. If you only enter "php" then the PHP version of your OS will be used.
So, simply change the "php" part in your script to "/opt/plesk/php/8.0/bin/php".

See also:
 
Back
Top