update users set nickname = 'fake.graf@poa.st' where uri = 'http://poa.st/webfingertest'; update users set nickname = 'graf@poa.st' where uri = 'https://poa.st/users/graf';
@dcc@kirby restart pleroma, or remote into it via pleroma_ctl remote or iex by: giving the process a name in the service ExecStart=/usr/bin/elixir --sname pleroma -S /usr/bin/mix phx.server sudo -Hu pleroma iex --remsh pleroma --sname dev and then Cachex.del(:user_cache, "nickname:graf@poa.st") or clear the whole thing Cachex.clear(:user_cache)
@i@kirby I can't get this to work, i keep geting ERROR: duplicate key value violates unique constraint "users_nickname_index" DETAIL: Key (nickname)=(AStouIpDNANzcZoE0e.graf@poa.st) already exists.
@dcc@kirby do the two update queries i posted yourself, rename the fake account to some unique value first, like fake.graf, then restore the main account