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
- Seed db
hello there... is this correct way to seed appwrite
- Cant configure email templates
i configure it on the console, and when i send the OTP, it sends with appwrite's email (instead of custom smtp) and with the branding, but i have the Pro (educa...
- Need help with createExecution function
Hi, Need some help understanding createExecution. When requesting function execution via createExecution, the function handler arguments are incorrect and rese...