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".
Upgrading from 1.8.1 to 1.9.0
Please advise.
Error upgrading from 1.8.1 to 1.9.0
anybody encountered this error…?
looks like the client of Docker inside the appwrite image is too new / your docker is too old ?
which version of docker are you using ?
going to try this suggested on other thread: It's because your Docker version is too low. Just specify your docker version in the installer like this: --env DOCKER_API_VERSION=1.43
docker run -it --rm --publish 20080:20080 --env DOCKER_API_VERSION=1.43 --volume /var/run/docker.sock:/var/run/docker.sock --volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw --entrypoint="upgrade" appwrite/appwrite:1.9.0
will update
successfully updated to 1.9.0
[SOLVED] Error upgrading from 1.8.1 to 1.9.0
Recommended threads
- Appwrite-injected variables are not avai...
I am using rust-1.83 as a runtime and try to access APPWRITE_FUNCTION_API_ENDPOINT or APPWRITE_FUNCTION_API_KEY during runtime. Both are not set during my execu...
- OAuth Missing redirect URL
Hello all, on a Flutter mobile app with latest Appwrite dependency (25.4.0) I always got "Missing redirect URL" - "Your OAuth login flow is missing a proper red...
- relationships bug or error idk
hey every one, am using am using appwrite on a project and ran into a problem where by created a relationship and two way to be specific and it is stuck on proc...