• 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

PreUpgrade Checkfile is missing

onycro

Basic Pleskian
Hello there!

I just wanted to install Plesk 11.0.9 manually. Will it break my previous install?
My problem on this thread is solved now.
So I guess for this problem there should be another thread.

Besides my first question there is the main question:

Why does this happen:
:~$ php plesk10_preupgrade_checker.php adminpassgoeshere -d safe_mode=Off
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/imap.ini on line 1 in Unknown on line 0
PHP Warning: Directive 'safe_mode' is deprecated in PHP 5.3 and greater in Unknown on line 0
Could not open input file: plesk10_preupgrade_checker.php

I dont want to start the upgrade without previous checks. Or will the update itself check things?
I will use this file:
http://download1.parallels.com/Ples...v3.12.0_build120601.16_os_Ubuntu_10.04_x86_64
 
Sure, if I understood you well, the updates checks for the dependencies and packages to upgrade. However you can't install 2 versions of Plesk on the same server, I suggest you just upgrade the previous version to 11.*
 
solution

Thanks abdi!

So here is how to get the preupgrade checker working:

1. create a dir
2. download these 2 files:
http://mirror.1und1.de/software/parallels/PSA_11.0.9/examiners/panel_preupgrade_checker.php
http://mirror.1und1.de/software/parallels/PSA_11.0.9/examiners/php_launcher.sh
3. execute the php_launcher.sh

for example:
Code:
mkdir checker
cd ./checker
wget http://mirror.1und1.de/software/parallels/PSA_11.0.9/examiners/panel_preupgrade_checker.php
wet http://mirror.1und1.de/software/parallels/PSA_11.0.9/examiners/php_launcher.sh
sudo sh ./php_launcher.sh panel_preupgrade_checker.php
 
Back
Top