want to transfer My Project from One account to another is it possible?
- 0
- Databases
- Auth
- Storage
- Cloud
- Self Hosted
Hey Appwrite team I have one project which is now open source and I have used Appwrite Database and Storage service for my project because project is open source everyone need api key to run the project and I have used Gui for creating database schema is there is any Command or anything that I can copy paste my schema from one project to another project so contributor cam create own credential for running project locally??
Hey @Appwrite can you help me to resolve this issue ?
I suggest using the CLI to create an appwrite.json of your schema. Then others can use that appwrite.json to deploy all their collections to their project.
See https://appwrite.io/docs/tooling/command-line/deployment
This is a little outdated but see https://github.com/stnguyen90/places/tree/feature/1.3-upgrade#appwrite
There is any way that I can extract appwrite.json from my current project ??
@Appwrite
Recommended threads
- is `account.get()` safe to be used in th...
I want to user's `id` for authentication. However, a while ago I was told in this server not to use `account.get()` and instead add user preferences for that us...
- Appwrite console is too heavy
The Appwrite console is too heavy And all of my services broken Any support , please
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...