• 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
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

autoinstaller issues after dist-upgrade

Brent Geach

New Pleskian
Hello
I did a dist-upgrad according to the instructions here:
http://download1.parallels.com/Ples...inistrator-guide/index.htm?fileName=74627.htm
All went fine and on initial look all seems fine at the moment, however when trying to access the autoinstaller it brings me up to a blank page saying unable to connect.
I checked the server and port 8447 does get opened up when clicking the link from tools and settings. Firewall is turned off to test as well.
When trying to run it off cmd line I eventually get:

Reading package lists...

ERROR: Not found source for system packages (release 7) in APT software sources configuration:
Package files:
etc etc
I do see numerous references in the lists its trying to download to wheezy when Ive just upgraded to jessie.
eg
Registering i386 architecture support
Synchronizing the Debian APT package index files...
Hit http://parallels.mirrors.ovh.net wheezy InRelease
Hit http://security.debian.org jessie/updates InRelease
Hit http://parallels.mirrors.ovh.net all InRelease
Hit http://parallels.mirrors.ovh.net all InRelease
Hit http://parallels.mirrors.ovh.net wheezy InRelease
Hit http://parallels.mirrors.ovh.net wheezy InRelease
etc etc

Ive tried doing apt-get clean;apt-get update and removing all other repo's from /etc/apt/sources.list.d/

Any ideas?
 
Try to run autoinstaller with

# /usr/local/psa/admin/sbin/autoinstaller --override-os-version 7.0
 
Back
Top