Midclt k8s_to_docker fails because of relative path

Hi All,

When upgrading from 24.04 to 24.10 a k8s container failed to migrate. I attempted to re-migrate using
midclt call -job k8s_to_docker.migrate [poolname]
but got an error stating that a path [~/.memos] must start with / (see below)

File "/mnt/.ix-apps/app_configs/clipboard/versions/1.1.9/templates/library/base_v2_1_14/validations.py", line 224, in _valid_path_or_raise\n raise RenderError(f"Path [{path}] must start with /")\nbase_v2_1_14.error.RenderError: Path [~/.memos] must start with /\n

Does anyone have an idea of how to work around the relative path error?

Thanks in advance.