Is there any way I can recover my database
Is there any way to reverse this. Or I'll need to reconstruct my database
That's the only thing that I wanted to clarify. Is there anyone to answer
You will need to reconstruct it
Alright
Thanks
This won't help you now really but if you have the appwrite cli you can do appwrite init collection
and it will create an appwrite.json file with a schema of your project in appwrite so in the event this happens again you'd have it and you could just do appwrite deploy collection
Thanks. I'll take it up as a mitigation strategy after reconstructing my database.
It's pretty nice advice.
You can use too migrations api to have a clone of your project like a backup
Recommended threads
- Edit ID of an existing collection
Hi there. Is it possible to edit an ID of an existing collection? Right now it looks impossible from AppWrite cloud at least.
- Seed db
hello there... is this correct way to seed appwrite
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?