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
- Charged after Downgrade
I downgraded from the pro plan last month, but it’s still trying to charge my card this month and my account has been restricted
- 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...
- Invalid type for attribute 'email': emai...
I'm using the node-appwrite SDK to create a table, the column payload looks like this: ```json [{"key":"email","type":"email","required":true, "size": 512}] ``...