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
- Realtime for files() works almost well, ...
I have been trying to make use of realtime, today (14.03.26) I have pulled all the latest versions of docker images, and sdk available. Whats working: - Conn...
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...