Hi I was wondering if it would be possible to duplicate an environment so that I don't have to manually replicate the schema I'm using in my dev environment. Is there a way to do this using the API or an SDK?
If you have the appwrite cli you can do appwrite init collection to pull down a json representation of your database structure, then do appwrite deploy collection to deploy it.
oh that's awesome i didn't know about the cli!
thanks!
Recommended threads
- SSR Auth with Tanstack Start requires ha...
I followed the Next.js guide for SSR Auth on https://appwrite.io/docs/tutorials/nextjs-ssr-auth/step-1 I tried to replicate it for Tanstack Start. However, on...
- Cannot update relationship value with ev...
I have 2 Tables. One for all Clients (Image 3) and one for projects the clients can create. The problem: I can only assign a handful of clients (Image 1). The r...
- 🚨 Critical Database Bug — Columns Panel...
Hello, I’m currently facing a critical issue that has completely blocked my development process. After creating a table and adding a column, if I edit or delet...