atproto
AT Protocol
Account Migrations
You can use the goat tool to migrate accounts between PDSes
- Run
go run ./cmd/goat account login -u <existing account> -p <password> - Request a PLC token via email with
go run ./cmd/goat account plc request-token - Request an invite code on the new server
- Run the migration with:
goat 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>
atproto.txt · Last modified: by khorvath
