• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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