• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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