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
- Admin Impersonating Clients?
I have a client that needs to use the admin User, to impersonate the Clients in order to debug better the App and the services that they are providing, could yo...
- create project api-rest
Hello good afternoon, I'm developing a project where I need to create a project by apirest, but I'm stuck with this "projects.read" permission, can I change my ...
- Twillio config in Appwrite (sms config r...
Hellow , can I succesfully notify users through sms with the Twillio service through Appwrite without a Sender number from Twillio ?? i don t have that on my ...