Replies: 2 comments 3 replies
-
|
You can dump all the user accounts into a JSON File via Users API & then create new accounts on the new Appwrite instance using relevant methods depending on the type of password hash used. See - https://appwrite.io/docs/references/cloud/server-nodejs/users |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Another option is to use Appwrite's migrations feature. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
💭 Description
I am doing a complete refactor of my codebase. I'm figuring the easiest option will be to create a new instance of AppWrite on another server. I want to preserve my users. Is there any documentation or guidance on how to do a transfer of just the existing userbase?
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
Beta Was this translation helpful? Give feedback.
All reactions