• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

Resolved Plesk 17.8?

omexlu

Regular Pleskian
Hello,

It is sure to upgrade plesk 17.5 to 17.8 now on a productive server or better to wait some time?

Thanks in advance.
 
Hi,

Done the upgrade now, first i have needed to remove the custom templates and regenerate all confs. After the update i have modificated them again.

All runs :)
 
Hi,

I am running 17.5 with Horde and EAS Extension. Any experience if there is an issue after upgrading to 17.8?
Best regards
Onki
 
Tried to upgrade from Plesk Onyx 17.5.3 #45 to 17.8 But an error occured regarding needed MariaDB:

Code:
Fatal error during packages installation: [u'ERROR with transaction check vs depsolve:',
'mariadb-server >= 5.0.60 is needed by plesk-mysql-server-17.8.11-cos7.build1708180301.19.x86_64']

Trying on CentOS 7-4 with MySQL 5.6.39 and no MariaDB installed:
Code:
$ yum remove mariadb mariadb-server
Loaded plugins: fastestmirror
No Match for argument: mariadb
No Match for argument: mariadb-server
No Packages marked for removal
$ yum remove MariaDB-server MariaDB-client
Loaded plugins: fastestmirror
No Match for argument: MariaDB-server
No Match for argument: MariaDB-client
No Packages marked for removal

UPDATE: solved, see: Unable to upgrade to Plesk Onyx: 'mariadb-server >= 5.0.60 is needed by plesk-mysql-server
 
Last edited:
You may want to post your issue in a new thread as this one is already marked resolved and less likely to be seen.
 
Hi,

I just upgraded my VServer from Plesk 12.5 to 12.8.
It all went OK but the horde configuration was replaced with the default configuration.
So I had to go to /etc/psa-webmail/horde/horde in order to change the horde configuration in file conf.php.

First I had to re enter the admin in section:
Code:
$conf['auth']['admins'] = array('[email protected]');

Then the standard Horde configuration must be change to enable ActiveSync:
Code:
$conf['activesync']['enabled'] = true;

Finally all ActiveSync related parameters must be added:
Code:
$conf['activesync']['params']['driverconfig'] = 'horde';
$conf['activesync']['storage'] = 'Sql';
$conf['activesync']['emailsync'] = true;
$conf['activesync']['version'] = '14.1';
$conf['activesync']['auth']['type'] = 'basic';
$conf['activesync']['autodiscovery'] = 'full';
$conf['activesync']['outlookdiscovery'] = false;
$conf['activesync']['logging']['path'] = '/var/log/psa-horde/psa-horde-activesync.log';
$conf['activesync']['logging']['type'] = 'onefile';
$conf['activesync']['ping']['heartbeatmin'] = 60;
$conf['activesync']['ping']['heartbeatmax'] = 2700;
$conf['activesync']['ping']['heartbeatdefault'] = 480;
$conf['activesync']['ping']['deviceping'] = true;
$conf['activesync']['ping']['waitinterval'] = 15;

After that modification I saved the file and Horde with EAS was working again.

Best regards
Onki
 
Back
Top