• 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!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

Change backup folder

NeoTrafy

Basic Pleskian
Hello and thank you in advance.

I'm trying to copy a backup from the FTP server to the production server but I don't have enough space in the tmp folder.

There is a way to change where the backups are temporary until the hole backup is on the server? In case the only thing to do is to change where the tmp folder is mounted. This is a production server, I won't like to do it without knowing all the steps.

Thank you,
Neo.
 
Hi NeoTrafy,

please have a look at the file "/etc/psa/psa.conf" ( which might not exist with a standard installation, because there might only be a file "psa.conf.default", which has to be renamed to "psa.conf" in order to define some standards ). If the file "psa.conf" exists, please check the settings:
Code:
# Backups directory
DUMP_D /var/lib/psa/dumps
DUMP_TMP_D /tmp
As you can see, you have the choice to define own standards to your needs. After restarting the psa service, your custom settings should be used.
 
Back
Top