• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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