DCoats
13th July 2007, 02:44 PM
I started upgrade today from 8.1 to 8.2 on freebsd5.5. First thing i noticed is that the updater deinstalled apache22 in favor of apache20, I immediately stopped the installer using ctrl+c
cd /usr/ports/www/apache22 make reinstall
Then knowing that swsoft had gone to the trouble to fix up all the freebsd port Makefiles to include apache20 and apache22
I then vim /etc/make.conf and added
WITH_APACHE22=yes
and re ran the installer.
./psa_installer_v3.2.0_build070710.11_os_FreeBSD_5.5 _i386
The installer upgraded plesk all the way to the end with one small hitch. Upgrading the database failed with
Duplicate entry 'localhost-admin' for key 1
ERROR while trying to remove chunks from MySQL database I had a clue what that was all about because We use both root and admin as superuser in mysql. So I
mysql -u admin -p
mysql> UPDATE mysql.user SET user='upgrade_root' WHERE user='root';
mysql> flush privileges; mysql> quit; ./psa_installer_v3.2.0_build070710.11_os_FreeBSD_5.5 _i386
the installer then finnished installing all ports without an issue. I'm extremely impressed, this is the first ever plesk upgrade I have done since 6x that has actually been error free. Thanks again swsoft! We now have Plesk8.2 with apache22 php5 mysql5 error free install from the get go.
cd /usr/ports/www/apache22 make reinstall
Then knowing that swsoft had gone to the trouble to fix up all the freebsd port Makefiles to include apache20 and apache22
I then vim /etc/make.conf and added
WITH_APACHE22=yes
and re ran the installer.
./psa_installer_v3.2.0_build070710.11_os_FreeBSD_5.5 _i386
The installer upgraded plesk all the way to the end with one small hitch. Upgrading the database failed with
Duplicate entry 'localhost-admin' for key 1
ERROR while trying to remove chunks from MySQL database I had a clue what that was all about because We use both root and admin as superuser in mysql. So I
mysql -u admin -p
mysql> UPDATE mysql.user SET user='upgrade_root' WHERE user='root';
mysql> flush privileges; mysql> quit; ./psa_installer_v3.2.0_build070710.11_os_FreeBSD_5.5 _i386
the installer then finnished installing all ports without an issue. I'm extremely impressed, this is the first ever plesk upgrade I have done since 6x that has actually been error free. Thanks again swsoft! We now have Plesk8.2 with apache22 php5 mysql5 error free install from the get go.