• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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