• 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.

Resolved Backup fails with error in HelpFuncs.pm

barking

New Pleskian
Plesk 17.8.11 on Debian 9.13

Trying to run full server backup in preparation for upgrading, but it fails (both from CLI and web UI) with output like this for every domain:

Code:
Warning: domain "example.com"
Mail System on domain example.com is skipped from backup due to error: Can't use string ("") as an ARRAY ref while "strict refs" in use at /opt/psa/PMM/agents/shared/HelpFuncs.pm line 714.
Warning: domain "example.com"
Not all the data was backed up into /var/lib/psa/dumps/domains/example.com successfully. Total space: 100.00 GB; Available space: 52.00 GB; Mounted on: /. Can't use string ("") as an ARRAY ref while "strict refs" in use at /opt/psa/PMM/agents/shared/HelpFuncs.pm line 714.
Warning: hosting "example.com"
Not all the data was backed up into /var/lib/psa/dumps/domains/example.com successfully. Total space: 100.00 GB; Available space: 52.00 GB; Mounted on: /. Can't use string ("") as an ARRAY ref while "strict refs" in use at /opt/psa/PMM/agents/shared/HelpFuncs.pm line 714.
Warning: hosting "example.com"
Not all the data was backed up into /var/lib/psa/dumps/domains/example.com successfully. Total space: 100.00 GB; Available space: 52.00 GB; Mounted on: /. Can't use string ("") as an ARRAY ref while "strict refs" in use at /opt/psa/PMM/agents/shared/HelpFuncs.pm line 714.
Warning: hosting "example.com"
Not all the data was backed up into /var/lib/psa/dumps/domains/example.com successfully. Total space: 100.00 GB; Available space: 52.00 GB; Mounted on: /. Can't use string ("") as an ARRAY ref while "strict refs" in use at /opt/psa/PMM/agents/shared/HelpFuncs.pm line 714.
Warning: hosting "example.com"
Not all the data was backed up into /var/lib/psa/dumps/domains/example.com successfully. Total space: 100.00 GB; Available space: 52.00 GB; Mounted on: /. Can't use string ("") as an ARRAY ref while "strict refs" in use at /opt/psa/PMM/agents/shared/HelpFuncs.pm line 714.
Warning: hosting "example.com"
Not all the data was backed up into /var/lib/psa/dumps/domains/example.com successfully. Total space: 100.00 GB; Available space: 52.00 GB; Mounted on: /. Can't use string ("") as an ARRAY ref while "strict refs" in use at /opt/psa/PMM/agents/shared/HelpFuncs.pm line 714.
Warning: hosting "example.com"
Not all the data was backed up into /var/lib/psa/dumps/domains/example.com successfully. Total space: 100.00 GB; Available space: 52.00 GB; Mounted on: /. Can't use string ("") as an ARRAY ref while "strict refs" in use at /opt/psa/PMM/agents/shared/HelpFuncs.pm line 714.
 
Hi @barking, could you please check where your tar program is located in your system? Could you then please verify that the TAR_BIN definition in
in /etc/psa/psa.conf points to that tar binary?
 
Could you then please verify that the TAR_BIN definition in /etc/psa/psa.conf points to that tar binary?

This resolved it. I found that psa.conf contained:

Code:
TAR_BIN /usr/lib/plesk-9.0/sw-tar

However there was nothing with a name containing "tar" under that path anywhere. So I changed it to:

Code:
TAR_BIN /bin/tar

Thanks!
 
Back
Top