App Migration fails as ix-apps directory already exists

When I try to upgrade to Electric Eel my apps fail to migrate and give the following error where xxx is the app name:-

[2024/11/15 11:24:43] (DEBUG) app_migrations.migrate():241 - 'xxxx' app failed to migrate successfully: "Failed to clone and promote ix-volumes: [EFAULT] Failed to clone snapshot: cannot create 'Pool1/ix-apps/app_mounts/xxxxx/config': dataset already exists"

If I refresh the catalogue and then run the following in the shell

midclt call -job k8s_to_docker.migrate

I still get the same error.

If I try and do a clean install of any app, I tried Bazarr as I did not have this in 24.04.2.3 I get the following error:

(ERROR) app_lifecycle.compose_action():56 - Failed 'up' action for 'bazarr' app:  bazarr Pulling
 bazarr Error Head "https://ghcr.io/v2/onedr0p/bazarr/manifests/1.4.5": Get "https://ghcr.io/token?scope=repository%3Aonedr0p%2Fbazarr%3Apull&service=ghcr.io": dial tcp: lookup ghcr.io on 192.168.2.254:53: no such host
Error response from daemon: Head "https://ghcr.io/v2/onedr0p/bazarr/manifests/1.4.5": Get "https://ghcr.io/token?scope=repository%3Aonedr0p%2Fbazarr%3Apull&service=ghcr.io": dial tcp: lookup ghcr.io on 192.168.2.254:53: no such host

I have no idea what to try next - any suggestions?