Rank 1: Thread
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.
Votes
0
Replies
7
Participants
2
Messages
8
Rank 1: Thread
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.
Rank 1: Thread
Error upgrading from 1.8.1 to 1.9.0
Rank 1: Thread
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 ?
Rank 1: Thread
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
Rank 1: Thread
will update
Rank 1: Thread
successfully updated to 1.9.0
Rank 1: Thread
[SOLVED] Error upgrading from 1.8.1 to 1.9.0