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
- Server Error when importing to tables
Same .csv file worked yesterday, Please fix it asap
- Urgent help with removed databases
Hi <@564158268319203348> <@501784879638249472> I wrote to paid plan support about this but no response as of yet… About an hour ago one of the interns from o...
- [SOLVED] Error upgrading from 1.8.1 to 1...
DO Self-hosted server failed to upgrade with this error "Error response from daemon: client version 1.52 is too new. Maximum supported API version is 1.42". U...