Clarification on how to delete old repo after PDS migration #3475
Unanswered
mackuba
asked this question in
How to do it?
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In Bryan's blog post about migrating accounts using Goat, at the end, it says:
But it doesn't say how to do this :)
goat
doesn't seem to have such command.I tried to do this from a Ruby console using my library, and I can log in and call endpoints like
getSession
orcheckAccountStatus
, but when I calledrequestAccountDelete
, I got an error:I also tried to do this from the webapp, I can log in (though timelines aren't loading), and I opened the request delete dialog and got a token via email, but when I enter it, I get some strange error message about XRPC.
I know I could just leave the old repo there, but I guess I just like to have some closure here :) so since the blog post says I can do that, how would I do it?
(I found some info now here that this can be done via
deactivateAccount
with adeleteAfter
parameter, is that the only way? In the lexicon, it says that this parameter is only a "recommendation" to the server on how long to keep the repo…)Beta Was this translation helpful? Give feedback.
All reactions