octodns icon indicating copy to clipboard operation
octodns copied to clipboard

Deletion when syncing from a remote provider to the local Yaml provider.

Open quistian opened this issue 4 months ago • 10 comments

From my testing and operations it seems that when syncing a zone (e.g. clowns.org) from a remote provider (e.g. DigitalOcean) to the local Yaml Provider, if the local yaml file e.g. clowns.org.yaml contains:


bozo: type A: value: 10.11.12.13

And said record is NO found in the remote DigitalOcean zone: clowns.org then when a sync is done from DO ----> localYAML the above record stays unchanged.

I suppose this is by design? I.e. it's not possible to treat the DO data in some sense as authoritative and then sync to localYaml and then from there to other remote locales.

Is there a way to perform a sync from a remote provider that will do a true sync, which may include adds, mods and deletions?

quistian avatar Oct 16 '24 19:10 quistian