• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

/usr/local/psa/var/psa/dumps ??? for what

P

pixel

Guest
good day
I make backup weekly for my plesk server but i found a big size in /usr/local/psa/var/psa/dumps/34 just i wonder what is this file and can i remove it
 
Well its a cron which you can edit from the system level control panel under the Crontab button, or you can edit roots crontab file via the CLI.

Either way, here is what is running and making the dumps:
/usr/local/psa/bin/mysqldump.sh

Its dumping the local mysql server databases for backup, so if you're using the local mysql server heavily, its going to create large dumps and eat up disk space. Disabling I guess would be ok if you've got some sort of other backup scheme.

Thanks,
James
 
Back
Top