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

Upgrade Plesk 7.1.6 to 8.0.1, FreeBSD fails

H

hnzufx

Guest
I want to upgrade a FreeBSD 5.4 machine from Plesk 7.1.6 to Plesk 8.0.1 by running the new release:

# ./psa_v8.0.1_build80060615.20_os_FreeBSD_5.4_i386.sh
Trying to define super-server internet daemon type... inetd
Trying to check if inetd daemon is running... done

===> Checking for previous installation ... found.


You have version 7.1.6 installed.

It is possible to upgrade it to Plesk 8.0.1.

In case you haven't made proper backup Plesk is not
responsible for any consequences.

Plesk is ready for upgrade. Please note that Plesk utilizes
your version file to verify that you are performing a correct software
upgrade. If your version file has been changed manually and does not
reflect accurate information, then the upgrade may crash causing you
to lose your data.

*****************************************************************************
* *
* NOTE: After upgrade you'll have installed default key file for *
* Plesk with limited functionality; you can create only one *
* client and one domain with it. If you have more domains *
* and clients then Control panel will not work and you *
* will need to get a key with additional features from *
* the Plesk team: [email protected] *
* *
*****************************************************************************

Do you really want to proceed? [N]Y
Making some checks before upgrading

Now BIND server shutting down...

Trying to stop BIND server... done
Trying to start BIND server... done

BIND server starts Ok.


===> Checking for the necessary system accounts
Checking for the system groups and users necessary for Qmail...
Checking for the group 'qmail'...
Group 'qmail' already exists

Checking for the group 'nofiles'...
Group 'nofiles' already exists

Checking for the user 'alias'...
User 'alias' already exists

Checking for the user 'qmaild'...
User 'qmaild' already exists

Checking for the user 'qmaill'...
User 'qmaill' already exists

Checking for the user 'qmailp'...
User 'qmailp' already exists

Checking for the user 'qmailq'...
User 'qmailq' already exists

Checking for the user 'qmailr'...
User 'qmailr' already exists

Checking for the user 'qmails'...
User 'qmails' already exists

Checking for the group 'popuser'...
Group 'popuser' already exists

Checking for the user 'popuser'...
User 'popuser' already exists

done
Checking for the system groups and users necessary for MySQL...
Checking for the group 'mysql'...
Group 'mysql' already exists

Checking for the user 'mysql'...
User 'mysql' already exists

Checking for the system groups and users necessary for admin server...
Checking for the group 'psaadm'...
Group 'psaadm' already exists

Checking for the user 'psaadm'...
User 'psaadm' already exists

Checking for the system groups and users necessary for Apache...
Checking for the group 'apache'...
Group 'apache' already exists

Checking for the user 'apache'...
User 'apache' already exists

Checking for the group 'psaftp'...
Group 'psaftp' already exists

Checking for the user 'psaftp'...
User 'psaftp' already exists

Checking for the group 'psaserv'...
Group 'psaserv' already exists

Checking for the group 'psaserv'...
Trying to add supplementary group 'psaserv' for user 'apache'... already there
Checking for the group 'psaserv'...
Trying to add supplementary group 'psaserv' for user 'psaftp'... already there
Checking for the group 'psaserv'...
Trying to add supplementary group 'psaserv' for user 'psaadm'... already there
group psacln already exists
Checking for the system groups and users necessary for PostgreSQL...
Checking for the group 'postgres'...
Group 'postgres' already exists

Checking for the user 'postgres'...
User 'postgres' already exists

Checking for the system groups and users necessary for Mailman...
Trying to Set up right mailman UID/GID (91)... done
Checking for the group 'mailman'...
Group 'mailman' already exists

Checking for the user 'mailman'...
User 'mailman' already exists


done
===> Preparing upgrade
Trying to backup MySQL database... done
MySQL databases are dumped to /usr/local/psa/var/dumps/mysql.preupgrade.dump.gz
cp: /usr/local/psa/tmp/psa-pre-8.0.1/autoinstaller: No such file or directory

ERROR while trying to installing autoinstaller util: an error occured during copying the file
Check the error reason(see log file: /tmp/psa_8.0.1_FreeBSD_5.4_build80060615.20_installing.log), fix and try again

Aborting...


The attempt to upgrade
from version 7.1.6 to Plesk 8.0.1 has failed.


Anyone knows why he failes? The logfile isn't showing anything different than the error above ('No such file or directory'). It looks like he cannot copy the autoinstaller from /usr/local/psa/tmp/psa-pre-8.0.1/autoinstaller (this file does not exist).
 
I'd download the latest autoinstaller for Plesk 8 and run that to upgrade. Had to do that to upgrade some 7.5 Reloaded boxes to Plesk 8 anyway.
 
Well, the autoinstaller does the same. It downloads the file and executes it :(
 
Did you try it? I tried upgrading those 7.5 Reloaded boxes with their own Updater/autoinstaller and it didn't work, downloading Plesk 8's autoinstaller did work.
 
Yes, I did try it. I also tried to copy the autoinstaller file to the temp directory:

cp psa_installer_v3.0.2_build060707.15_os_FreeBSD_5.4_i386 /usr/local/psa/tmp/psa-pre-8.0.1/autoinstaller

However then another error occurs during upgrade:

chmod: /usr/local/psa/tmp/psa-pre-8.0.1/php/: No such file or directory

It looks like he is not extracting the needed files to /usr/local/psa/tmp/psa-pre-8.0.1/php/. But I don't know why :p
 
Back
Top