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.
Late reply to this but in case it helps others:
When moving servers I just update the plesk dns_recs table records directly with SQL to a 180 second TTLs a few days out, migrate all the sites, and then have an hour outage window where I re-sync all the sites and map all the new IP addresses...
I feel this should be flagged for checking during install as when I was setting up a new server with a fresh Almalinux 9.4: if you install MariaDB 10.11 and then install Plesk w/ SELinux checked none of the Wordpress sites can connect. I was at a complete loss for a bit until I turned on DEBUG...
Hi I have the same issue
Why does Plesk restore files with the restore timestamps when the tar already has the original timestamps!? It seems absurd to extract the tar files manually to fix this but it may be something I have to do.
Hi all,
CentOS7 still came with Plesk supporting PHP 5.2 - I have one ancient site I'm still supporting that requires it to run.
I did finally get PHP 5.2.17 to work in Almalinux 8.9/Plesk but it was a lot of work! I had to use an earlier version of OpenSSL (1.0.2k), backports, libxml2-2.9...
- Increase Swap to 13GB (I have 32GB and this has worked for me, use is normally <3GB)
- Check your swappiness value
cat /proc/sys/vm/swappiness
I set mine to 10
- Your swap being entirely used up is a HUGE problem and if I were to guess I'd say it is bottlenecking within MariaDB/Mysql. Run...
Hi,
Cloning on an SSD/NVMe drive works without issue - cloning even relatively small sites (<5GB) sends CPU load through the roof. Looking at the process, it runs fileTransfer as so:
fileTransfer -run-type client -transfer-type std-pipes -target-path /var/www/vhosts/xxxx -writers-count 8...
Centos 7 / PHP 7.3.31
Source is set to "FPM application served by nginx"
Clone ended up being "FPM application served by Apache" and I had to change it manually. All the other settings were copied just fine though.
Check my update above - it's only partially fixed :(
There is a MUCH faster way to do vs your last step with the copy - use this python script:
Save this as /root/timesync.py
#!/usr/bin/python
import os
import sys
for directory,subdirs,files in os.walk('.'):
pathes=subdirs+files
for...
It is JUNE 2021 - how is this STILL not fixed?!
I spoke too soon - /usr/lib64/plesk-9.0/sw-tar - which extracts the files - actually DOES preserve the timestamps! However, it appears the ENTIRE site is extracted first with the current time ...and so far I see some of the timestamps being...
Combo of CPU and IOWait. WP Toolkit uses FileTransfer library @ /usr/local/psa/admin/plib/modules/wp-toolkit/library/FileTransfer - is that just a wrap on rsync?
I suppose I could set up a cron to check for those processes and renice/ionice them when they appear and see what happens. It's too...
Hi,
It would be great if there was a scheduling functionality where you could set a time when the feature is available.
As it stands, when cloning certain huge sites on the box, it brings everything to a crawl. To mitigate, I've let customers know that the feature is only available from...