
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
- NIOHTTPCompression-Error
Hi, I have self-hosted Appwrite via Coolify on a Ubuntu-VPS . I am accessing the Database via Swift. Everything is working as expected, but with one collection ...
- Updating OTP Session template not workin...
I have self hosted with v1.7.4, while updating OTP Session template, verification template is being updated, earlier there was an issue with variables but not i...
- Errors in collection filtering
1 - The list does not appear after pressing the Apply Filter button. After the filter is applied, I cannot see which filter I applied. 2 - When adding the 2nd f...
