Btw, you need some of the volumes too
Have you seen this?
I need to find the windows command
tar: /backup/uploads.tar: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: /backup/cache.tar: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: /backup/config.tar: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: /backup/certificates.tar: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: /backup/functions.tar: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
``` I get this when I run the `backup.sh`
I get this when I run restore.sh
I used the backup.sh that was in the video
copy paste
Yes, you'll need to figure out the windows equivalent
ok
docker compose stop does not stop appwrite
I cant remove it either
its still running even tho ssh says it was deleted
sorry i don't understand. maybe some screenshots will give more detail?
I am trying to stop appwrite from running and when I run docker compose stop the command runs but the appwrite instance does not stop
yet appwrite still is running
I installed portainer and it does not show appwrite running in their
btw, you really shouldn't be using sudo with docker commands
what's docker ps show?
I get an error if I did not run sudo
just portainer
Do I need to do a new install?....
I am going to do a reintall of the vm
You may be missing a post install step
Recommended threads
- Realtime for files() works almost well, ...
I have been trying to make use of realtime, today (14.03.26) I have pulled all the latest versions of docker images, and sdk available. Whats working: - Conn...
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....