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.
It seems this happens with plesk 18.0.77 when the remote ftp server is pure-ftpd
Solution
Edit pure-ftpd config file
Put on at Broken Clients Compatibility (at firts lines it is)
restart pureftpd
Our setup: Plesk 18.0.77 Update #2 running on Ubuntu 20.04.6 LTS.
Backup target: FTPS provided by pure-ftpd (running in docker, stilliard/pure-ftpd - Docker Image)
We had the same problem: all FTPS backups failed since updating Plesk from 18.0.76 to 18.0.77.
The suggestion by @manos solved the problem: after adding the cli flag --brokenclientscompatibility to the docker-compose file backups work again.
Our setup: Plesk 18.0.77 Update #2 running on CloudLinux 8
Backup target: FileZilla Server 1.12.6
We have also the issue, that a backup fails with FTP error 425. The server responds "425 Unable to build data connection: TLS session of data connection not resumed." Contrary to others in this thread curl fails with the same error message. Our curl version is 7.61.1-34.el8_10.11. If we try the same command with a newer curl version 8.17 there is no error and the connection works flawlessly. Does pleskbackup use the bundled curl 8.19 from Plesk 18.0.77#2 or does it use curl from the operating system?