• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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