I have upgraded the appwrite version to latest and after that Im getting server error page while login
Which SDK and SDK version are you using? Is it self hosted and 1.5.3?
What error does it show?
Have you run the migration script?
I have run this successfully
root@TestEnv:~# docker run -it --rm --volume /var/run/docker.sock:/var/run/docker.sock --volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw --entrypoint="upgrade" appwrite/appwrite:1.4.13
but when I run
root@TestEnv:# cd appwrite/
root@TestEnv:/appwrite# docker compose exec appwrite migrate
I got error
Failed to create connection: php_network_getaddresses: getaddrinfo failed: Name does not resolve
hi?
can you share the stepes please
currently the mariadb version is
mariadb:10.7
latest updates are a mess
Im upgrading from 1.4.13 to 1.4.14
yeah... 4 days I'm waiting for somebody from support to know how to proceed
Recommended threads
- Manual install docs are out of sync with...
I looked into the manual install docs issue for Appwrite 1.9.0 and wanted to share the findings, since this seems to need a bigger docs decision. What I found:...
- Migration from Self-Hosted to Cloud seem...
Hello, I'm trying to migrate from my Self-Hosted Appwrite instance to Cloud, and can't figure out what's going wrong. - If I initiate the migration from Cloud...
- custom domain on self host Appwrite
I am having a issue, i am using self host version of appwrite at my custom domain (appwrite.example.com), but when i tried adding a custom domain (project1.exam...