• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

How to set backup manager to not use /tmp?!

HostaHost

Regular Pleskian
So the backup tool, when backing up to a remote FTP, apparently first creates the file in /tmp which works great until you need to back up a site that is larger than the size of /tmp. It does at least have the option to check for available free space, which I've been waiting on migration manager to be able to do for years now.

In any case, is there a config file that can be edited somewhere to tell backup manager to use a path other than /tmp so large sites can be backed up?
 
So the backup tool, when backing up to a remote FTP, apparently first creates the file in /tmp which works great until you need to back up a site that is larger than the size of /tmp. It does at least have the option to check for available free space, which I've been waiting on migration manager to be able to do for years now.

In any case, is there a config file that can be edited somewhere to tell backup manager to use a path other than /tmp so large sites can be backed up?

I share your pain. We have just migrated to the new ver 11 panel from the very old Plesk 8. I don't remember I had the same problems in backing large sites. Now, with the ver 11, it cannot even move large backups from FTP set up on the same server - to a server repository - you end up with the error 500 and not accessible Plesk panel due to /tmp space.

There is a simple solution: find the location of the server repository backup and copy your backup from there to FTP manually. Usually it is under /var/lib/psa/dump
 
Unfortunately it's for customer use so we're stuck not offering it now. If you're new to Plesk 11, coming from 8, be prepared for all kinds of other less than ideal situations you'll soon discover. :)
 
Unfortunately it's for customer use so we're stuck not offering it now. If you're new to Plesk 11, coming from 8, be prepared for all kinds of other less than ideal situations you'll soon discover. :)

I had the same issue.. I made a symbolic link for /tmp that goes to my /VAR partition to a /tmp directory there.. no issues after that.

DO this at your own risk. I'm Plesk stupid, but I found this on the internet and it worked for me.
matt
 
So the backup tool, when backing up to a remote FTP, apparently first creates the file in /tmp which works great until you need to back up a site that is larger than the size of /tmp. It does at least have the option to check for available free space, which I've been waiting on migration manager to be able to do for years now.

In any case, is there a config file that can be edited somewhere to tell backup manager to use a path other than /tmp so large sites can be backed up?


You can change backup TEMP directory through /etc/psa/psa.conf file. You will have to set the path of " DUMP_TMP_D " in /etc/psa/psa.conf file

[root@XXX ~]# cat /etc/psa/psa.conf | grep DUMP_
DUMP_D /var/lib/psa/dumps
DUMP_TMP_D /var/tmp
[root@root@XXX ~]#


Thanks
 
Back
Top