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
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...
- Sign In With Apple OAuth Help
Hi All! I've got a flutter & appwrite app which Im trying to use sign in with apple for. I already have sign in with google working and the function is the sam...
- Type Mismatch in AppwriteException
There is a discrepancy in the TypeScript type definitions for AppwriteException. The response property is defined as a string in the type definitions, but in pr...