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

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