Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
Here they explain how to upgrade MariaDB on the target server, upgraded to 10.11.8 and the problem is resolved.
https://support.plesk.com/hc/en-us/articles/23694890755991-Import-or-migration-of-MySQL-databases-fails-in-Plesk-ERROR-at-line-1-Unknown-command
Hello,
Source Server:
mysqldump Ver 10.19 Distrib 10.5.25-MariaDB, for Linux (x86_64)
Target Server:
mysqldump Ver 10.19 Distrib 10.3.39-MariaDB, for Linux (x86_64)
Tried on a decommissioned VPS, but unfortunately I failed miserably, too many errors. I will proceed to migrate to new servers and vps and then dispose of the previous ones.
Hello,
CentOS 7.9 source server with:
mysql Ver 15.1 Distrib 10.5.25-MariaDB, for Linux (x86_64) using readline 5.1
Plesk Version 18.0.60 Update #1
Almalinux 8.9 target server with:
mysql Ver 15.1 Distrib 10.3.39-MariaDB, for Linux (x86_64) using readline 5.1
Plesk Version 18.0.60 Update #1...
Yes, but then you exclude all folders with that name and path on the server and for all vhosts. Perhaps it is not possible to exclude only one domain from the server backup.
Hello,
I would like to exclude from backup the /img/p folder and all subfolders of a specific domain, I tried setting:
/var/www/vhosts/import.mydomine.com/httpdocs/img/p
in Exclude specific files from the backup, but is still saved.
in SSH the path is...
Yes, solved by manually adding it to /etc/netplan/01-netcfg.yaml
And applying the change with: netplan apply
Adding it from Plesk is inserted into 10-plesk.yaml, but it is ignored by ubunto, on this VPS
Hello,
I have a problem on a Plesk server with adding an additional IP. It shows me no errors after adding it, but it is unreachable and appears to be not configured in the system.
I tried to fix IP as suggested in the form for similar problems, but without fixing and getting error messages...
Hello,
PHP run FPM by Apache, Nginx in Proxy mode
I tried to configure it like this, in etc/nginx/ nginx.conf i added in http:
In Additional nginx directives
But PNG and JPG images with URL not rewritten by Apache, are not served as webp
Original image...
The only difference between the two servers is hardware, the one in which I have the problem has SSD disks, actually I know that on 5 Plesk servers I only check on the two with SSD disk, but it can also be a coincidence.
I changed it like this in / img / .htaccess:
<IfModule mod_php5.c>
php_flag engine off
</IfModule>
# Apache 2.2
<IfModule !mod_authz_core.c>
Order deny,allow
Deny from all
<Files ~ "(?i)^.*\.(jpg|jpeg|gif|png|bmp|tiff|svg|pdf|mov|mpeg|mp4|avi|mpg|wma|flv|webm|webp|ico)$">...
It's a very strange problem, I did some tests, I have 2 servers with identical versions of Plesk and CentOS, the same updates and the same configurations. On one PrestaShop 1.7.5.2 and 1.7.6.0 does not present the problem. So I can rule out that this is a server configuration problem.