For waht I've seen
ok
i will wait for Steven
thank you so much for your help @Binyamin
Sure π
You want to migrate your users so they can log in with the same password in the new environment?
thats right
fulll migration
You can pull data from the old instance and then use this to import into new instance: https://appwrite.io/docs/server/users?sdk=nodejs-default#usersCreateArgon2User
ok
i will work on it
thank you so much @Steven and @Binyamin
[SOLVED] Migrate to Cloud
sorry one more question. I noticed that deploy collection does not deploy documents inside
any idea how i can migrate all the docs inside the collection too?
or, i can only do it using the SDK create_doc method?
ok, thanks a lot Steven
Hey sorry again. I noticed that "appwrite init collection" does not retrieve all databases from the source. For example, i have 2 database, each with 2 collections. Both were detected as fetched during the init. But inside appwrite.json, there is only 1 database with 2 collection. the other database is not present. is there a limit of the amount of data that i can init?
i retried this 2x and the outcome is the same
Womp. Looks like there's a bug with the CLI. Would you be able to create an issue?
The bug is we're only matching on collection id rather than database id and collection id: https://github.com/appwrite/sdk-for-cli/blob/79876b66f5d641d47d361daad0ec702dc1cbf587/lib/config.js#L159
ok, i willl create an issue
thanks a lot Steven
For now, you can manually update the appwrite.json
ok. Thanks so much Steven
Recommended threads
- "Invalid console fingerprint" when unpau...
I've tried logging out and logging back in, still can't figure out why this is happening.
- How to successfully migrate from 1.9.0 t...
I've tried the automatic tool for migration but my Appwrite (self-hosted) went to a broken state. My functions wouldn't deploy anymore, some things just didn't ...
- How to disable appwrite/embedding from s...
Hi everyone! I'm currently running a self-hosted instance of Appwrite. For my current use case, I don't need the AI/embedding features, and I noticed the `app...