Rank 1: Thread
How does the update process from 1.2.1 to 1.3.x work? The documentation on appwrite.io only shows the step directly to 1.4.13. When I try to update to version 1.3.7 with the same command I get the following error.
root@Appwrite121onubuntu2004-s-1vcpu-1gb-fra1-01:~# docker run -it --rm \
--volume /var/run/docker.sock:/var/run/docker.sock \
--volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \
--entrypoint="upgrade" \
appwrite/appwrite:1.3.7
docker: Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "upgrade": executable file not found in $PATH: unknown.
ERRO[0003] error waiting for container:
Can someone please help me here