• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue Unable to click Backup checkbox

zihniates

Basic Pleskian
I cannot delete the Backups that I want to be created on FTP storage before.

Screenshot 2022-03-10 at 14-04-26 Backup Manager - Liberyus Panel.png

Screenshot 2022-03-10 at 14-04-40 Backup Details - Liberyus Panel.png

The remote FTP server is currently down and I cannot turn it back on. How can I solve this problem?

In the meantime

-rw------- 1 root root 320373 Apr 12 2021 backup_info_2104120013.xml
-rw------- 1 root root 324866 May 3 2021 backup_info_2104292015_2105030012.xml
-rw------- 1 root root 325593 May 10 2021 backup_info_2104292015_2105100015.xml
-rw------- 1 root root 327343 May 15 2021 backup_info_2104292015_2105151809.xml
-rw------- 1 root root 324138 Apr 30 2021 backup_info_2104292015.xml
-rw------- 1 root root 325521 May 21 2021 backup_info_2105151813_2105210014.xml
-rw------- 1 root root 326622 May 16 2021 backup_info_2105151813.xml
-rw------- 1 root root 338602 Jun 4 2021 backup_info_2105280013_2106040014.xml
-rw------- 1 root root 338950 Jun 11 2021 backup_info_2105280013_2106110015.xml
-rw------- 1 root root 329744 May 28 2021 backup_info_2105280013.xml
-rw------- 1 root root 338855 Jun 18 2021 backup_info_2106180013.xml
-rw------- 1 root root 349870 Jul 2 2021 backup_info_2107020013.xml
-rw------- 1 root root 351789 Jul 16 2021 backup_info_2107090013_2107160012.xml
-rw------- 1 root root 297790 Jul 23 2021 backup_info_2107090013_2107230013.xml
-rw------- 1 root root 349877 Jul 9 2021 backup_info_2107090013.xml
-rw------- 1 root root 299459 Aug 17 2021 backup_info_2108021814_2108171020.xml
-rw------- 1 root root 297301 Aug 3 2021 backup_info_2108021814.xml
-rw------- 1 root root 302361 Sep 4 2021 backup_info_2109041421.xml

will it cause a problem if i delete these xmls?
 
sorry but pmm-ras: command not found
File /usr/local/psa/admin/bin/pmm-ras utility is the part of plesk-backup-utilities package. Make sure that this package is really installed in your OS.
 
How can I install this package on the server?
Are you sure that it is not installed? It is part of Plesk core installation. On CentOS just check it with

[root@ppu18-0 ~]# ll /usr/local/psa/admin/bin/pmm-ras
lrwxrwxrwx 1 root root 15 Mar 10 20:37 /usr/local/psa/admin/bin/pmm-ras -> ../sbin/wrapper
[root@ppu18-0 ~]# rpm -qf /usr/local/psa/admin/bin/pmm-ras
plesk-backup-utilities-18.0-2.centos.7+p18.0.43.0+t220310.1615.x86_64
[root@ppu18-0 ~]# rpm -qa | grep plesk-backup-utilities
plesk-backup-utilities-18.0-2.centos.7+p18.0.43.0+t220310.1615.x86_64

on Ubuntu/Debian:

# dpkg -s plesk-backup-utilities
Package: plesk-backup-utilities
Status: install ok installed

# dpkg -L plesk-backup-utilities | grep pmm-ras
/opt/psa/admin/sbin/pmm-ras
/opt/psa/admin/bin/pmm-ras
 
root@atlas:/usr/local/psa/admin/bin# ll /usr/local/psa/admin/bin/pmm-ras
lrwxrwxrwx 1 root root 15 Feb 7 17:42 /usr/local/psa/admin/bin/pmm-ras -> ../sbin/wrapper*
root@atlas:/usr/local/psa/admin/bin# rpm -qf /usr/local/psa/admin/bin/pmm-ras

Command 'rpm' not found, but can be installed with:

apt install rpm

root@atlas:/usr/local/psa/admin/bin#

root@atlas:/usr/local/psa/admin/bin# dpkg -L plesk-backup-utilities | grep pmm-ras
/opt/psa/admin/sbin/pmm-ras
/opt/psa/admin/bin/pmm-ras
root@atlas:/usr/local/psa/admin/bin#
 
You have to use full path /usr/local/psa/admin/bin/pmm-ras or if you already inside /usr/local/psa/admin/bin/ directory use ./pmm-ras command instead pmm-ras.
 
Back
Top