• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Plesk 9.2.1 won't update itself

jonium

Basic Pleskian
Hello,
I found some errors my server's Plesk event logs like this:

Tipo evento: Errore
Origine evento: Plesk: Plesk Auto Updater
Categoria evento: Nessuno
ID evento: 0
Data: 08/12/2010
Ora: 0.00.04
Utente: N/D
Computer: ********
Descrizione:
System.Exception: The remote name could not be resolved: 'pleskwin.download.swsoft.com' http://pleskwin.download.swsoft.com/Plesk/Autoupdate/420FF3A6-FF3D-4B04-A9F2-896B2692EFB7.xml.crc
at PleskUpdater.Updater.check()
at PleskUpdater.App._Main(String[] args)

It seems that Plesk doesn't Autoupdate itself.
If I ping pleskwin.download.swsoft.com from the server I get: ne.edgecastcdn.net
The O.S. is Windows Server 2003 R2 - Standard x64 Edition - Service Pack 2
 
Looks like your nameservers can't resolve hostname pleskwin.download.swsoft.com

It should be:

$ host pleskwin.download.swsoft.com
pleskwin.download.swsoft.com is an alias for ne.edgecastcdn.net.
ne.edgecastcdn.net has address 72.21.81.253

Just add record to your C:\WINDOWS\system32\drivers\etc\hosts

72.21.81.253 pleskwin.download.swsoft.com

and try upgrade again.
 
Back
Top