Hi.
Plesk 17.9 Preview #13 has been published.
Release Notes:
Change Log for Plesk
How to install the preview build
Try Plesk Now
Highlights
Ability to gracefully stop the auto-installer from Plesk Panel
This is about an old known issue with a locked auto-installer: if auto-installer is running and you click on 'Updates & Upgrades', you might see the unclear error message '
This site can’t be reached'. To fix the issue, you should login to Plesk server using SSH and manually kill the auto-installer process, or wait for a 30 minutes timeout. This issue caused quite noticeable amount of support calls.
Now the behavior is improved:
- if auto-installer is not running -> run it.
- if auto-installer is running, and perform non-critical operations -> try to re-run (gracefully stop and start) the auto-installer, i.e. act like step (1). If this operations takes more than 10 seconds -> go to the step (3)
- if auto-installer is running, and perform critical operations (e.g., components update) -> show a page with a user-friendly error message and the link to the related KB article.
- if auto-installer is running, but doesn't perform any actions -> connect to the already running process, i.e. act like step (1)
Notification message based on HTML template
Plesk now sends email notifications in HTML, not in plain text. Yoo-hoo! Moreover, Admin can customize the HTML template:
1. Copy /usr/local/psa/admin/conf/email_notification_template.html.sample to /usr/local/psa/admin/conf/email_notification_template.html
2. Modify the template
3. Make sure the placeholder <!--message--> is present, it is required.
4. This does not replace our default HTML template, but only creates a custom copy that will be used.
The feature can be disabled in panel.ini:
[notification]
htmlEmail = off
Email notifications preview
Increase an allowed length of Plesk DB user names
Increased the maximum length of database usernames. This improves migration because long database usernames migrated from the source can now be created in Plesk.
Plesk had limitations for databases user names which caused issues during migration and should be solved manually. The old values: MySQL(and all forks)/PostgreSQL - 16 chars, MSSQL - 128 chars.
New values:
- for MariaDB version 10.0 and higher - 80 characters
- for PostgreSQL version 7.3 and higher - 61 characters
- for PostgreSQL versions lower than 7.3 - 31 characters
- for Microsoft SQL (all versions) - 128 characters
- for MySQL version 5.7.8 and higher - 32 characters
- for Percona version 5.7 and higher - 32 characters
- for other database management systems - 16 characters
Bugfixes
It's time to focus on stabilization
3rd party component updates
· Updated PHP 7.3 to version 7.3.4.
· Updated PHP 7.2 to version 7.2.17.
· Updated PHP 7.1 to version 7.1.28.