
Hey there community!
Is there an option to clone a database in Appwrite console? I already have a database created, and that's the one I'm working with for a front end I'm developing for a client, but then I'd like to have a replica of this database only for dev purposes.
It'll be amazing if after making changes to this dev database I could merge it with the staging database, or just clone it and make this cloned database the new staging database.
Is there anything like this? Thank you!

You can copy over the db structure with the CLI

$ appwrite init collections

v1.4 has backup and restore functionality, which could also be used for this

Wow, didn’t know there was a client 😅. I have the appwrite console in a digital ocean droplet, so I guess that CLI should be installed there

Thank you my friend 🫶🏼

CLI would be installed on your local machine


I used the digital ocean prepared image of appwrite. It's running on docker, so I guess all stuff should be installed. But thank you for the info, I will check it today

The CLI is totally separate from an Appwrite installation so you'll need to install it wherever you want to use it

Awesome! Thank you ❤️
Recommended threads
- MCP and VSCode Docs
I like your tools, but would like to set up Copilot in VSCode, but these docs don't offer that guide. Did I miss something? https://appwrite.io/docs/tooling/mcp
- How to set wildcard at custom doamin
For OAuth2 redirect, I have set the appwrite api endpoint as appwrite.example.com, and added the CANME in cloudfare where I bought the domain name. And I hosted...
- Web SDK chunk upload to Storage without ...
As discussed in this older thread (https://discord.com/channels/564160730845151244/1216821517749321808), the Read permission for Any needs to be enabled in orde...
