Hello. im currently hosting my server on digital ocean. i want to upgrade to the latest version of appwrite. i have my terminal open, when i paste commands from the docs it says command not found. any help please
Did you had run previously docker install command?
You will need to run
--volume /var/run/docker.sock:/var/run/docker.sock \
--volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \
--entrypoint="install" \
appwrite/appwrite:1.3.7 ```
And after this the migration command
```bash
cd appwrite/
docker compose exec appwrite migrate```
If the first command gives you error, probably appwrite is installed in a different directory
zsh: command not found: docker
its working. its now downloading
migration complete
thanks aloot man @D5
[SOLVED] Upgrading appwrite server
Recommended threads
- How to use Sites on selfhosted appwrite
whenever I try to create a site even with template it says 404 nginx error
- How to send Webhooks to internal network
When saving the URL for sending Webhooks, Appwrite checks if it's a valid external domain name so entering internal IP address or docker hostnames won't save th...
- Collections list not showing up when try...
I'm trying to create new relationship attribute but both one way and two way relationship is not showing up collections list to connect with my relationship att...