
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
- Appwrite 1.7.4 Docker query error
I’m running Appwrite 1.7.4 docker image using the sdk-for-apple package. The collection has 16 documents if l run Query.limit(1) I get one record. But if I run ...
- (vcs.read) error when connecting github
when trying to connect my github app to gain access to the repo its showing this error: Error 401 User (role: guests) missing scope (vcs.read) general_unauthor...
- No access control allow origin -blocked ...
im not sure what exaclty im doing wrong - its my first time using appwrite - and im watching a tutorial about how to create a movie app and followed everything ...
