• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

BAckup Problem

Ercan None

New Pleskian
I am getting following errors on scheduled backup.

Warning: domain "abc.com"
Cannot dump dns record[Requested value 'none' was not found.]

Warning: domain "def.ghi.com"
Cannot dump dns record[Requested value 'none' was not found.]

Error: domain "b2b.bayraktaroto.com.tr"
Unable to dump IP addresses for mail service

Error:
Value cannot be null.
Parameter name: value

Warning: domain "b2b.bayraktaroto.com.tr"
Cannot dump dns record[Requested value 'none' was not found.]


How can i fix them ?
 
For error "Cannot dump dns record[Requested value 'none' was not found.]" you can use following workaround:

update dns_recs set type='PTR' where type='none' and host in ('abc.com', 'def.ghi.com', 'b2b.bayraktaroto.com.tr');

In order to fix "Unable to dump IP addresses for maillists service" error you need to reassign IP addresses for appropriate domains via Plesk GUI.
 
check if IP is correctly assigned to subscriptions. Try readding IP or switch to other IPS.
 
Back
Top