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
- general_bad_request when creating accoun...
I have created a new bug request, could anyone have a look - https://github.com/appwrite/appwrite/issues/11908?
- createCollection Deprecated
- Cannot use custom SMTP for messaging (SM...
Hey there! I'm on Appwrite Self-hosted 1.9.0. I've never used the messaging feature before, always sent emails through functions or a custom backend, but I'v...