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
- CORS errors in Obsidian custom plugin
Hi, anyone here familiar with obsidian community plugins? In short: it's a local first note app which supports writing your own add-ons / plugin But I keep get...
- Appwrite 1.9.0 doctor fails tho database...
So i was testing in a local environment the upgrade for 1.9.0, and after getting everything into a running state, i checked the logs that shows : ``` └── Cre...
- Failed to start containers.
I'm trying to install Appwrite locally but struck on the subject point. There is no clear error in logs.