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
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Delete on cascade from Cloud Function
I'm writing a Python function that deletes a user's main row from a table in my database. This row has relationships with other tables that use cascade deletion...
- 1.9.6 Console handles all array columns ...
When creating or updating a row in the appwrite 1.9.6 web console, the form treats all list columns as a type string. Even if the column is a list of booleans, ...