I have tried to make a full backup of my Appwrite server, without success. It is hosted in a Docker Desktop inside a Windows machine. All the scripts that I have seen on the Internet have not worked so far. I will be very grateful from any help on the matter
How do you have installed appwrite?
I downloaded the docker-compose.yml and .env files from Appwrite's site place them inside a folder and use this command docker componse up -d --remove-orphans
This is not working for you?
You need to run the command in the same folder where the docker compose file is located
I'll try again, previous time was not successful
If you get some error, send it here
Recommended threads
- THE COLUMNS STUCK ON PROCESSING HOW DO I...
I HAVE SELF HOSTED THE APPWRITE ON VPS
- Impossible to create project via CLI?
Is it possible to create a new project via the appwrite CLI ? I need to create a few projects for something I'm working on and because i don't want to do it man...
- Understanding S3 setup with appwrite
Hey, i'm planning to change the storage from local to S3, tho i have some questions to see before starting the migration. 1. Does all the `/storage/<storage_ty...