Status: Downloaded newer image for appwrite/appwrite:1.3.8 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[0014] error waiting for container: context canceled
docker run -it --rm \
TypeScript
--volume /var/run/docker.sock:/var/run/docker.sock \ --volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \ --entrypoint="upgrade" \ appwrite/appwrite:1.3.8
Upgrade is only available on 1.4. Use install instead
docker run -it --rm
\
--volume /var/run/docker.sock:/var/run/docker.sock
\
--volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw
\
--entrypoint="install"
\
appwrite/appwrite:1.3.8
like this ?
from 1.3.8 to 1.4.8
???????
For 1.3.8 to 1.4.8 i get this error on migration 👇
Failed to create connection: php_network_getaddresses: getaddrinfo failed: Try again
docker compose down
docker compose up -d
done. but im getting a 500 server error
Did you run the migrate command?
yes
Error migrating domain lumtest.com: Missing projectId or projectInternalId
one of the errors in migrations
so the issue is i accidentally upgraded inside appwrite folder
so i deleted the new appwrite folder and then upgraded again in the parent folder
i think migration is confusing the docker compose.yml file
Not sure what you mean
root@Ravel:~/appwrite# ls docker-compose.yml docker-compose.yml.1687172017.backup docker-compose.yml.1698512837.backup docker-compose.yml.1698513425.backup
the migration command doesnt show all the migration of files
I'm not sure what you mean
when you accidentally upgrade in appwrite folder instead pf parent folder which files should delete?
The nested one
thanks ive succeeded
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...
- [SOLVED] OAuth With Google & Flutter
Hi all, I'm trying to sign in with google and it all goes swimmingly until the call back. I get a new user created on the appwrite dashboard however the flutte...