• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

/usr/local/psa/tmp

Eric Pretorious

Regular Pleskian
While reading the thread "patch #55 problems", I decided to take a look in /usr/local/psa/tmp on my own Plesk 11.x system (CentOS 6.4) and was alarmed to find what seems to be a ver large number of files:

Code:
[root@www ~]# find /usr/local/psa/tmp/ -maxdepth 1 -type f | wc -l
290

[root@www ~]# find /usr/local/psa/tmp/ -maxdepth 1 -type f -name '*sh' | wc -l
21

[root@www ~]# find /usr/local/psa/tmp/ -maxdepth 1 -type f -name '*flag' | wc -l
3

[root@www ~]# find /usr/local/psa/tmp/ -maxdepth 1 -type f -name 'MU*' | wc -l
20

[root@www ~]# find /usr/local/psa/tmp/ -maxdepth 1 -type f -name 'tmp*' | wc -l
236
What are all of these? Should they be purged? Should they be retained? Is there useful information contained within these files that I should be monitoring?
 
Last edited:
It is parts of microupdates. You can remove them but they will appear again after installing next versions of microupdates.
 
Back
Top