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
- Realtime api and labels as permission
in my tables i set labels as permission and real-time capabilities stopped working. Before when i was having "any" role everything was working. Note: user have...
- how to access the value of account statu...
- Redirect from clicking team invite link ...
Hi all! Pretty new to app development in general so this might be something more generic than appwrite, but I've found (after reading the docs for the Teams API...