Hey,
I have my trial server working with 1.4.X (both 1.4.0 and 1.4.1 are receiving the same error on setup) on Coolify, and when I upgraded to 1.4.X it fails to start the Executor, is this a known error or a problem with 1.4.X?
The Appwrite instance seems to work? But yeah, I can try to update with the error code but it's REALLY long
In your .env, there's a executor host variable. Make sure sure the hostname is executor
this one?
Ya...that should be just http://executor/v1
. That's what it is usually...I'm not sure about in coolify
okay so that seems to have fixed the executor, but the schedule
seems broken as well, the log just says this
2023-09-04T01:06:34.419794993Z Failed to create connection: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Try again
2023-09-04T01:06:54.428930726Z Failed to create connection: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Try again
2023-09-04T01:07:14.442939879Z Failed to create connection: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Try again
2023-09-04T01:07:34.454914607Z Failed to create connection: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Try again
2023-09-04T01:07:54.466329653Z Failed to create connection: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Try again
2023-09-04T01:07:57.466552647Z Console is not ready yet. Please try again later.
Coolify is basically just a docker host agent
did the env file change significantly or at all fro 1.3.X to 1.4.X?
Yes
Can this not be automated somehow - or at least added to the migration instructions? I’ve seem this exact question so many times today
Ya...let me bring it up with the team
Yeah so Coolify basically
is just templates
so for me to update it to work with 1.4.1 I just need to update the new env vars
so
here's the 1.3.7 one
it works up till 1.3.9
Latest configs are here: https://appwrite.io/docs/self-hosting#manual
Any chance you can create an issue on GitHub so we can work on some solution?
nvm, i created it here: https://github.com/appwrite/appwrite/issues/6137
sorry I missed that
Hey question for you, trying to setup Appwrite 1.4.X via GitHub and build it that way using the Docker-Compose, do you know what values I should use for these or are they auto-set if I don't do it for them other than Traefik?
I'm thinking Appwrite is https://myurl.com/v1 realtime https://myurl.com/v1/realtime but unsure on the others (if those are right)
Sounds reasonable but I'm not sure
I used the cloud for now until Coolify figures out 1.4.x ❤️
Recommended threads
- Unauthorized Charge After Appwrite Pro F...
I was using Appwrite Pro credits worth $100, which were valid until November. During this period, I was exploring Appwrite's services. However, I recently notic...
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...
- Can't login or deploy functions in Appwr...
Hello, since i updatet to the appwrite cli 6.1.0 i can't login or deploy functions with the cli. When i call the command: "appwrite get account --verbose" i ge...