docs: add note about reverse migration

This commit is contained in:
ThatOneCalculator 2023-03-30 19:34:42 -07:00
parent 7b2a34a364
commit eae2c959d3
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

@ -76,3 +76,7 @@ git pull --ff
NODE_ENV=production pnpm run migrate
# build using prefered method
```
## Reverse
You ***cannot*** migrate back to Misskey from Calckey due to re-hashing passwords on signin with argon2. You can migrate from to Calckey to Foundkey, though.