• 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

Issue Upgrade from Onyx php 7.3 is not in the list of components

mzsolti

New Pleskian
Obsidian: 18.0.28
OS: ‪Debian 8.11

Component list does not have php 7.3 in the list, only php 7.4, 7.1, 7.2

# plesk installer list PLESK_18_0_28 --components




I think it might be a source issue, this is how plesk.list is look like

# cat /etc/apt/sources.list.d/plesk.list

## Persistent repositories for Plesk Products.
deb Index of /pool/PSA_18.0.28_3654 jessie extras
deb Index of /debian/PHP56_17 jessie all
deb Index of /debian/PHP70_17 jessie all
deb Index of /PHP71_17 jessie all
deb Index of /pool/PHP_7.4.8_59 jessie all

How could I add php 7.3 to the list?....Anybody having the same problem?.
 
Yes, I have tried.
But 7.3 is not in the list...See attached screenshot.
 

Attachments

  • screencapture-51-75-254-253-8447-add-components-html-2020-11-02-08_16_48.png
    screencapture-51-75-254-253-8447-add-components-html-2020-11-02-08_16_48.png
    169.4 KB · Views: 8
Yes it's the official update server:
See attached screenshoot....
 

Attachments

  • screencapture-51-75-254-253-8447-preferences-html-2020-11-02-09_42_34.png
    screencapture-51-75-254-253-8447-preferences-html-2020-11-02-09_42_34.png
    73 KB · Views: 4
I went back to your first post. I have been missing that you are on Debian 8, which had reached end of life in July 2020. Plesk does not support operating systems that are end of life.

I think it should be possible to manually add PHP 7.2 and 7.3 to your repositories. Simply add
Code:
deb http://autoinstall.plesk.com/PHP72_17 jessie all
deb http://autoinstall.plesk.com/PHP73_17 jessie all
But: I have not tested it, and if Plesk does not offer it automatically, there could be issues with this. So do it at your own risk.

A PHP package of PHP 7.4 for Debian 8 is not availble.

There have been several posts on the EOL issue with Debian 8 and Plesk during the past months. I recommend to switch to a newer operating system, because PHP won't remain the only thing that does not work correctly any longer on that environment. "Upgrade by migration" is probably the easiest you can do.
 
Last edited:
What about:

Code:
# cat /etc/apt/sources.list.d/php.list
deb http://autoinstall.plesk.com/pool/PHP_7.3.20_172/  jessie all

?
BTW, Debian 8 is EOLed...
 
A PHP package of PHP 7.4 for Debian 8 is not availble.
That's interesting as PHP 7.4 is in the list, and I have switched to it, however because of some older code need to stay at php 7.3.
I will try to change the apt source and see if possible to install if no probably will take your advice and upgrade with migration.
Thanks for the help.
 
What about:

Code:
# cat /etc/apt/sources.list.d/php.list
deb http://autoinstall.plesk.com/pool/PHP_7.3.20_172/  jessie all

?
BTW, Debian 8 is EOLed...
#IgorG I do not have the file cat /etc/apt/sources.list.d/php.list, should I create it?

I have /etc/apt/sources.list.d/plesk.list with the content:
cat /etc/apt/sources.list.d/plesk.list
## Persistent repositories for Plesk Products.
deb Index of /pool/PSA_18.0.28_3654 jessie extras
deb Index of /PHP71_17 jessie all
deb Index of /pool/PHP_7.4.8_59 jessie all

Thanks...
 
Back
Top