New support additions

MariaDB 11.4, the latest ‘long-term support’ version from the vendor, is now supported in Linux.  

Furthermore, additional support for AlmaLinux 9 and for websocket traffic on Docker Proxy Rules have been added. 

Further Improvements

The Plesk Repair feature in the UI can now fix MariaDB/MySQL server permissions. Plesk Obsidian 18.0.64 has also revamped the Disk Space section in the Repair Kit extension: 

  • Disk and Plesk directories are now shown in the Disk Space section. 
  • Warnings and alerts are now shown only for disks that contain the directories mentioned above. 
  • A message has been added with general recommendations on action to take if there is insufficient disk space. 

The new upgrade has also improved the Track Email Delivery feature in Websites & Domains > domain > “Mail” tab. If there are one or more delayed emails in the queue, an orange circle is now shown next to the “Mail” tab name.  

  • To disable this feature, add the following lines to the panel.ini file: 
[ext-log-browser] 
showEmailBadge = false

Furthermore, the Plesk DNSSEC extension introduced CLI commands to sign, unsign, and show the current settings of a DNS zone. See the examples of use below: 

  • To sign a domain with default settings: 

plesk ext dnssec sign –domain-name example.com 

  • To view DNSSEC information for a domain: 

plesk ext dnssec info –domain-name example.com 

plesk ext dnssec unsign –domain-name example.com 



Source link