Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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.
You could user the backup manager ui to run a test backup. That's what I did all yesterday to determine the fix.
As for why is there no error and variations for Plesk versions - ya got me... I stumbled on the fix due to the fact that I could not d/l a backup and that lead me to determine where...
yes...
rmdir /usr/local/psa/PMM/tmp
ln -s /var/tmp /usr/local/psa/PMM/tmp
Test by running the backup again. In my case /usr had 4gb and /var had 65gb. If you have no space on var you need to update the /var/tmp above with wherever you have the space to fit the backup.
To undo these changes...
I think I found a fix for this, it is currently being tested as I write this but all signs point to success. Make /usr/local/psa/PMM/tmp a symbolic link to a drive that has adequate space for your backup and it appears to have fixed the failure to upload.
In our case the /usr partition was like...
Looks like the issue was that the backup was being made in /usr/local/psa/PMM/tmp which did not have enough space to handle it. I changed /usr/local/psa/PMM/tmp to be a symbolic link to /var/tmp which had ample space and it looks like it is now working. I can see 2gb of an 8gb upload in...
Looks like it tries to put the download together in /usr/local/psa/PMM/tmp but it runs out of space. Should it not be doing this kind of temp work under /var
Try downloading a file from the server repository... I get this:
I am starting to think that the packaging of the backup into a single file is our issue...
We are on Plesk 11.5.30 #33 and still have an issue with FTP repository.
We see old backups but none of the new ones ever make it there, they just stay in local repository... Seems like different issue than what was fixed in update earlier in the thread as pmm-ras finishes with exit 0.
Not all that helpful but thank you anyhow. I was able to find this:
http://forum.parallels.com/showthread.php?287891-Backup-works-only-local-no-ftp-%2811-0-9-amp-11-5-29%29
Which allowed me to verify via command line that FTP portion is working:
DUMP_STORAGE_PASSWD=XXXXX...
CentOS 6.2
11.5.30 Update #33
This worked fine until the recent update to 11.5.30.
I don't get any errors, the backup is created and stays in the server repository.
I see the contents of the FTP repository (it has the old backups) so the creds and service seem to be working.