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
Summary
User is trying to set up Coolify Self-Hosted Instance version 1.4.X. They are unsure about the values to use for certain environment variables. They mention a GitHub issue and ask for assistance in finding a solution. User provides a link to the latest configuration and mentions that the previous version, 1.3.9, was working fine. They also mention an issue with the executor and provide a log showing connection errors. Another user suggests that the executor host variable should be set as "executor" in the .env file. Finally, the user mentions that the Appwrite instance seems to be working fine, but the
Drake
Sep 2, 2023, 21:14
In your .env, there's a executor host variable. Make sure sure the hostname is executor
ZachHandley
Moderator
Sep 4, 2023, 00:46
this one?
Drake
Sep 4, 2023, 01:04
Ya...that should be just http://executor/v1. That's what it is usually...I'm not sure about in coolify
ZachHandley
Moderator
Sep 4, 2023, 01:09
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.
ZachHandley
Moderator
Sep 4, 2023, 01:09
Coolify is basically just a docker host agent
ZachHandley
Moderator
Sep 4, 2023, 01:10
did the env file change significantly or at all fro 1.3.X to 1.4.X?
Drake
Sep 4, 2023, 01:10
Yes
ideclon
Sep 4, 2023, 01:30
Can this not be automated somehow - or at least added to the migration instructions? I’ve seem this exact question so many times today
Drake
Sep 4, 2023, 01:31
Ya...let me bring it up with the team
ZachHandley
Moderator
Sep 4, 2023, 01:31
Yeah so Coolify basically
ZachHandley
Moderator
Sep 4, 2023, 01:31
is just templates
ZachHandley
Moderator
Sep 4, 2023, 01:31
so for me to update it to work with 1.4.1 I just need to update the new env vars
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?