• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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