
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
- list() is very slow; eventually shows no...
When I use the web browser to view the collections in my database, the documents they contain are normally displayed within a few seconds. For a few days now, h...
- Can't start docker containers beacuse no...
Hi, I'm testing my app where I upload also files to appwrite storage. As I suspect, I've filled up my disk. Now I can't start Appwrite. Could I ask for help wit...
- Problems with adding my custom domain
