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
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...
- I'm experiencing a critical bug on Appwr...
Hey <@870607367597850624> team / support š I'm experiencing a critical bug on Appwrite Cloud that's blocking my production Flutter app. I've already filed GitH...