You can use the goat tool to migrate accounts between PDSes
go run ./cmd/goat account login -u <existing account> -p <password>go run ./cmd/goat account plc request-tokengoat account migrate \
--pds-host <https://newpds.server> \
--new-handle <newhandle.newpds.server> \
--new-password <new password> \
--new-email <new email> \
--plc-token <the PLC token requested earlier> \
--invite-code <the invite code requested earlier>