• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

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