Panic: yaml: unmarshal errors (migrating to new machine)

I’m migrating from an old i5 machine to an AMD machine.

The AMD machine has been tested and can run the node correctly when starting as a new node.

However, after copy the whole .config folder into the new machine and start the node, I get errors:

"level":"info","ts":1726052832.3633566,"caller":"node/main.go:755","msg":"generating 16 degree proof metric"}
{"level":"info","ts":1726052832.3748417,"caller":"node/main.go:764","msg":"generating 128 degree proof metric"}
{"level":"info","ts":1726052832.423925,"caller":"node/main.go:773","msg":"generating 1024 degree proof metric"}
{"level":"info","ts":1726052832.7978826,"caller":"node/main.go:782","msg":"generating 65536 degree proof metric"}
{"level":"info","ts":1726052859.9226713,"caller":"node/main.go:795","msg":"writing report"}
2024/09/11 13:07:39 [JOB 1] WAL file .config/store/003086.log with log number 003086 stopped reading at offset: 0; replayed 0 keys in 0 batches
panic: yaml: unmarshal errors:
  line 69: cannot unmarshal !!str `/ip4/12...` into keys.Key
  line 70: cannot unmarshal !!str `/ip4/12...` into keys.Key
  line 71: cannot unmarshal !!str `` into keys.Key

goroutine 1 [running]:
source.quilibrium.com/quilibrium/monorepo/node/keys.NewFileKeyManager(0xc00038a0d0, 0xc0003ba380)
        /opt/ceremonyclient/node/keys/file.go:66 +0x357
source.quilibrium.com/quilibrium/monorepo/node/app.NewNode(0xc00062c000, 0xc00018a7e0)
        /opt/ceremonyclient/node/app/wire_gen.go:76 +0x13f
main.main()
        /opt/ceremonyclient/node/main.go:427 +0xae5
root@Ubuntu-2204-jammy-amd64-base ~/ceremonyclient/node # {"level":"error","ts":1726052859.9644578,"caller":"rpc/data_worker_ipc_server.go:125","msg":"parent process not found, terminating","stacktrace":"source.quilibrium.com/quilibrium/monorepo/node/rpc.(*DataWorkerIPCServer).monitorParent\n\t/opt/ceremonyclient/node/rpc/data_worker_ipc_server.go:125"}
{"level":"error","ts":1726052859.9685454,"caller":"rpc/data_worker_ipc_server.go:125","msg":"parent process not found, terminating","stacktrace":"source.quilibrium.com/quilibrium/monorepo/node/rpc.(*DataWorkerIPCServer).monitorParent\n\t/opt/ceremonyclient/node/rpc/data_worker_ipc_server.go:125"}
{"level":"error","ts":1726052859.9700487,"caller":"rpc/data_worker_ipc_server.go:125","msg":"parent process not found, terminating","stacktrace":"source.quilibrium.com/quilibrium/monorepo/node/rpc.(*DataWorkerIPCServer).monitorParent\n\t/opt/ceremonyclient/node/rpc/data_worker_ipc_server.go:125"}

It seems the files in the store folder are corrupted?
Or does anyone know what the problem is and how to fix it?