
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
- Still showing this after complete my pay...
This project is in readonly mode. Please contact the organization admin for details.
- Unable to connect. Is the computer able ...
Hi, I followed the self-hosted documentation, copied the docker compose and .env and executed the `docker compose up -d` command. I have appwrite running on my...
- Manually add a user to an organization w...
I've read around for a while now, but I cannot seem to find any support regarding adding a user to an organization manually without using an email.
