I'm looking for a tutorial on how to backup my project and how to import it.
As per the https://appwrite.io/docs/advanced/self-hosting/update notes it mentions to 'backup your server' which is a link to https://gist.github.com/Meldiron/47b5851663668102a676aff43c6341f7 which should give some ideas. I haven't used it myself yet, but would be where I'd look first.
I am also interested in this. I hosted appwrite via coolify which has a build in way to backup the coolify stuff into an external s3 storage
The docs only discripe the local backup and go over the s3 part with a simple: "For S3/GCS/Azure storage, use your provider's native backup tools."
So I want to backup the whole Appwrite instance data onto a s3 server and pull it out if I need to. Has anybody has ever done that?
Also: Is there any plan to make the backup part into a UI thing?
Recommended threads
- Bulk API limitations in self-hosted serv...
Environment: Appwrite Selfhost SDK: node-appwrite 28.0 Calling `upsertRows` (also applies to `createRows`/`updateRows`/`deleteRows`) with more than 100 rows fa...
- Self Hosted GitHub connection not adding...
After upgrading to 1.9.6 i noticed that i cannot search for new repositories when trying to add new functions. I removed the existing github connection via Set...
- Unable to init function via cli
Hello! I have created a new self hosted instance of appwrite 1.9.6 and have connected to that insatnce with the cli 27.2.0 that was released a few hours ago. Wh...