• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Backup crashes Server, Plesk 8.6

O

ollborg

Guest
Hi !

I have a problem. If you use the backup feature the dumps will temporarely saved in /var/lib/psa/dumps/tmp. Most servers don't have enough space on /var/lib/psa/dumps/tmp to store images there. Server will stop working when volume is full.

Where can I change this path. Has somebody the same problem.

Best regards
ollie
 
Considering that this is Linux system, you can move tmp directory /var/lib/psa/dumps/tmp to /psa/dumps/tmp and make symbolis link like that:
ln -s /psa/dumps/tmp /var/lib/psa/dumps/tmp
 
Back
Top