# Upgrade schlägt fehl - Plesk 8.3.0 auf Linux

Folgende Meldung beim Versuch den Plesk upzugraden: **Upgrade fails with the „Failed to check whether a new license key is available“ error.**

Ursache ist ein veralteter Autoinstaller. Dieser muss zuerst manuell geupdatet werden.

Lösung:

<div id="bkmrk-download-des-aktuell"><div>- <div>Download des aktuellen Autoinstallers, auf das richtige OS und Architektur achten: [http://www.swsoft.com/en/download/plesk83/](http://www.swsoft.com/en/download/plesk83/ "http://www.swsoft.com/en/download/plesk83/")</div>

</div></div>Beispiel für Centos5-i386:

<div id="bkmrk-wget-http%3A%2F%2Fdownload"><div>```
wget http://download1.swsoft.com/Plesk/Plesk8.3/CentOS5/swsoft_installer_v3.3.0_build080116.12_os_CentOS_5_i386
cp swsoft_installer_v3.3.0_build080116.12_os_CentOS_5_i386 /usr/local/psa/bin/autoinstaller
cp swsoft_installer_v3.3.0_build080116.12_os_CentOS_5_i386 /usr/local/psa/admin/sbin/autoinstaller
chmod 755 /usr/local/psa/admin/sbin/autoinstaller /usr/local/psa/bin/autoinstaller
chown root:root /usr/local/psa/admin/sbin/autoinstaller /usr/local/psa/bin/autoinstaller
```

</div></div>**Sollte der Autoinstaller noch als Prozess laufen, muss er zuerst gekillt werden, sonst läßt sich die Datei nicht überschreiben!**