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
- 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...
- Appwrite-injected variables are not avai...
I am using rust-1.83 as a runtime and try to access APPWRITE_FUNCTION_API_ENDPOINT or APPWRITE_FUNCTION_API_KEY during runtime. Both are not set during my execu...
- OAuth Missing redirect URL
Hello all, on a Flutter mobile app with latest Appwrite dependency (25.4.0) I always got "Missing redirect URL" - "Your OAuth login flow is missing a proper red...