coollabsio / coolify

An open-source & self-hostable Heroku / Netlify / Vercel alternative.
https://coolify.io
Apache License 2.0
31.79k stars 1.64k forks source link

[Bug]: Container coolify is unhealthy #3491

Open nullndr opened 3 days ago

nullndr commented 3 days ago

Error Message and Logs

I'm trying to install coolify into a fresh server from hetzenr and it is all good until the point 9 that exit without notify:

   _____            _ _  __
  / ____|          | (_)/ _|
 | |     ___   ___ | |_| |_ _   _
 | |    / _ \ / _ \| | |  _| | | |
 | |___| (_) | (_) | | | | | |_| |
  \_____\___/ \___/|_|_|_|  \__, |
                             __/ |
                            |___/

Welcome to Coolify Installer!
This script will install everything for you. Sit back and relax.
Source code: https://github.com/coollabsio/coolify/blob/main/scripts/install.sh

---------------------------------------------
| Operating System  | arch rolling
| Docker            | 26.0
| Coolify           | 4.0.0-beta.341
| Helper            | 1.0.1
| Realtime          | 1.0.1
---------------------------------------------

1. Installing required packages (curl, wget, git, jq).
warning: curl-8.10.1-1 is up to date -- skipping
warning: wget-1.24.5-3 is up to date -- skipping
warning: git-2.46.1-1 is up to date -- skipping
warning: jq-1.7.1-2 is up to date -- skipping
2. Check OpenSSH server configuration.
 - OpenSSH server is installed.
 - SSH PermitRootLogin is enabled.
3. Check Docker Installation.
 - Docker is installed.
4. Check Docker Configuration.
 - Docker configuration is up to date.
5. Download required files from CDN.
6. Make backup of .env to .env-20240918-171420
7. Propagating .env with new values - if necessary.
8. Checking for SSH key for localhost access.
9. Installing Coolify (4.0.0-beta.340)
 - It could take a while based on your server's performance, network speed, stars, etc.
 - Please wait.
 - Until then, here's a joke for you:

Two SQL tables sit at the bar. A query approaches and asks "Can I join you?"

[root@archlinux ~]#

I tried then to run the upgrade.sh script with the outputs with the following result:

[root@archlinux ~]# bash /data/coolify/source/upgrade.sh "${LATEST_VERSION:-latest}" "${LATEST_HELPER_VERSION:-latest}"
 Container coolify-realtime  Creating
 Container coolify-redis  Creating
 Container coolify-db  Creating
 Container coolify-realtime  Created
 Container coolify-db  Created
 Container coolify-redis  Created
 Container coolify  Creating
 Container coolify  Created
 Container coolify-realtime  Starting
 Container coolify-db  Starting
 Container coolify-redis  Starting
 Container coolify-db  Started
 Container coolify-redis  Started
 Container coolify-realtime  Started
 Container coolify-db  Waiting
 Container coolify-redis  Waiting
 Container coolify-realtime  Waiting
 Container coolify-redis  Healthy
 Container coolify-realtime  Healthy
 Container coolify-db  Healthy
 Container coolify  Starting
 Container coolify  Started
 Container coolify  Waiting
 Container coolify-db  Waiting
 Container coolify-redis  Waiting
 Container coolify-realtime  Waiting
 Container coolify-redis  Healthy
 Container coolify-db  Healthy
 Container coolify-realtime  Healthy
container coolify is unhealthy

Coolify Version

v4.0.0-beta.341

Are you using Coolify Cloud?

No (self-hosted)

Operating System and Version (self-hosted)

Arch Linux

nullndr commented 2 days ago

Looks like this is a problem with Arch Linux, I just tried to install the same version on a fresh debian server and it installed with no issues.

Do you have any idea about why the installation on Arch Linux is not working?

leoboyerbx commented 11 hours ago

I do have this problem on a fresh ubuntu server, so it's not an Arch-only issue