• 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.

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