Plesk MySQL upgrade 5.1 to 5.5

When trying to restore a database backup taken on MariaDB 5.5.56 on a Plesk server running MySQL 5.1, i get error [root@xap ~]# mysql admin_dollsweb < admin_dollsweb.sql ERROR 1273 (HY000) at line 25: Unknown collation: 'utf8mb4_unicode_ci' [root@xap ~]# This is because MySQL 5.1 do not support utf8mb4_unicode_ci. Solution 1 You can find and replace utf8mb4_unicode_ci ... Read more

Plesk Nginx fail to start on boot

On a Debian Server with Plesk Control Panel, Nginx did not start on boot. On checking status, i get root@server:~# systemctl status nginx * nginx.service – Startup script for nginx service Loaded: loaded (/lib/systemd/system/nginx.service; enabled) Active: failed (Result: exit-code) since Mon 2018-01-22 18:30:19 CET; 2min 21s ago Process: 700 ExecStartPre=/usr/sbin/nginx -t (code=exited, status=1/FAILURE) Process: 646 … Read more