Hey everyone!
My EC2 server keeps failing status checks in the EC2 console and keeps crashing, which in turn shuts my Appwrite db down. I have hosted my Appwrite db on t3.small and have redirected it to my domain. I don't know how to debug this error. I have tried rebooting the instance and it worked in the past, but it is not working now.
AWS CLoudwatch error: CPUUtilization >= 20 for 2 datapoints within 10 minutes. Please help asap, any help would be highly appreciated!
Now the hosted version is working, but very slow and shows 500 Internal Error. I don't know why, please help.
- Is this a new production? If so it's preferred to install version
1.5.3 - How did you install Appwrite?
- Share the output of
docker logs appwrite
Honestly it depends on your load. That's a small instance so you will be resource constrained, especially if you don't have any swap configured.
Could you share too if possible the usage of CPU and ram in the machine?
Recommended threads
- restore paused project not working
https://cloud.appwrite.io/console/project-sfo-69b1b841002ca6a07f14/overview/platforms
- 1.6.2 to 1.7.0
Hi everyone. I am running a self-hosted Appwrite server on version 1.6.2. What is the safest way to migrate to the next version? Should I update directly to...
- Exception: Route not found when calling ...
I have self-hosted v1.8.1 and I am using an Appwrite function with node-appwrite v22. When I call the createVarcharColumn() in my server function I get this exc...