I have a question about backup and restoring project. I am using the scripts provided in the official Youtube video. I have them configured with CRON so that a copy is created every day at night. The solution seems very good, but in a scenario when the entire Appwrite needs to be restored (for example, a failed update). I am looking for a solution for a different scenario. I already have several projects on my Appwrite server for different clients. I'm looking for the best solution for creating a copy (preferably as automatically as possible) of a single project. It seems to me that this is crucial in order to be able to use Appwrite in production with peace of mind. The scenario I'm assuming is that one of the customers messes up his project very badly and the only option for a quick fix is to restore a copy from 1 day ago. The other projects should remain unchanged. Restoring the state of one client's database should not have any effect on the other projects of other clients. At the moment, the whole process looks like this in my case, I have a second server with Appwrite (dev). On the main server a copy is automatically made every day. At the moment if there was a need to restore a single project (that situation has not happened yet so the considerations are hypothetical) then I would restore a copy of the main server on the development server, and then using the migration tool I would move the single project to the main server. The question is whether the migration will work correctly when trying to import a project from the development server back to the main server when the project is “backwards” i.e. the project I restore from the previous day has fewer records in the database, fewer users, etc. and whether such a project will correctly replace the “damaged” one. Is this approach correct at all. Can't this be solved simpler, faster, more efficiently? Is there any way to create and restore a copy of a single project, this seems to me a very important issue.
Recommended threads
- Console infinite loading behind NginxPro...
Hi All, I am trying to get AppWrite to work behind NPM. I've followed the Medium guide to set proper headers, I've added my proxy configuration to NPM, and I ...
- script "build" was terminated by signal ...
Heyo, For some reason, my Next.js 16.0.10 version does not build properly. Here is the last logs: ``` 1063 packages installed [22.54s] $ next build ⚠ No build...
- Auth not working on expo react native
I'm trying to launch a development server with expo go and appwrite as a backend. On my windows pc, I've got a local docker instance of appwrite running as my b...