Finalize account migration
mainTo complete the migration:
- Verify Status: Run
com.atproto.server.checkAccountStatuson the new PDS to ensure everything is correct. - Activate Account: Call
com.atproto.server.activateAccounton the new PDS. This activates the account and publishes identity update events to the firehose. - Cleanup: Deactivate or delete the account on the old PDS using
com.atproto.server.deleteAccountorcom.atproto.server.deactivateAccount. If usingdeactivateAccount, you can provide an optionaldeleteAfterparameter to delay deletion.