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.
I created a symbolic link pointing to another disk.
Exemple:
systemctl stop mariadb.service
mv /var/lib/mysql /diskmysql/
ln -s /diskmysql/ /var/lib/mysql
vim /etc/my.cnf
[mysqld]
...
datadir=/diskmysql
socket=/diskmysql/mysql.sock
symbolic-links=1
systemctl start mariadb.service
Hi,
I have the Windows Server 2008 R2 Enterprise with Plesk 12.5 and I want to migrate to Plesk 17.8 Onyx, but I only have a license for Windows server 2019 standard.
I had to see the software requirements for Plesk Onyx at the link below and not found the support for Windows server 2019...
how to change the MySQL and web directory in Plesk for Linux?
My idea is to have the database on one disk and the Web on another, I have already changed the mail directory, setting in the file /etc/psa/psa.conf.
Disk1 = SO Done
Disk2 = Database
Disk3 = Web
Disk4 = Mail Done