D
DCoats
Guest
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
Then knowing that swsoft had gone to the trouble to fix up all the freebsd port Makefiles to include apache20 and apache22
I then
and added
and re ran the installer.
The installer upgraded plesk all the way to the end with one small hitch. Upgrading the database failed with
Code:
cd /usr/ports/www/apache22
Code:
make reinstall
I then
Code:
vim /etc/make.conf
Code:
WITH_APACHE22=yes
Code:
./psa_installer_v3.2.0_build070710.11_os_FreeBSD_5.5_i386
I had a clue what that was all about because We use both root and admin as superuser in mysql. So IDuplicate entry 'localhost-admin' for key 1
ERROR while trying to remove chunks from MySQL database
Code:
mysql -u admin -p
Code:
mysql> UPDATE mysql.user SET user='upgrade_root' WHERE user='root';
Code:
mysql> flush privileges;
Code:
mysql> quit;
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../psa_installer_v3.2.0_build070710.11_os_FreeBSD_5.5_i386