Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Failed to install on Fedora - containers with errors #3370

Closed
1 of 2 tasks
SauvageThomas opened this issue Sep 9, 2024 · 2 comments · Fixed by #4246
Closed
1 of 2 tasks

[Bug]: Failed to install on Fedora - containers with errors #3370

SauvageThomas opened this issue Sep 9, 2024 · 2 comments · Fixed by #4246

Comments

@SauvageThomas
Copy link

Description

I cannot run the install script on a fresh Fedora Workstation install.

Minimal Reproduction (if possible, example repository)

Run the install script:

root@fedora:~# curl -fsSL https://cdn.coollabs.io/coolify/install.sh | sudo bash
-------------
Welcome to Coolify v4 beta installer!
This script will install everything for you.
Source code: https://github.com/coollabsio/coolify/blob/main/scripts/install.sh

-------------
OS: fedora 40
Coolify version: 4.0.0-beta.331
-------------
Installing required packages...
OpenSSH server is installed.
PermitRootLogin is enabled.
-------------
Check Docker Configuration...
Docker configuration is up to date.
-------------
Downloading required files from CDN...
 Container coolify-db  Recreate
 Container coolify-redis  Recreate
 Container coolify-realtime  Recreate
 Container coolify-db  Recreated
 Container coolify-redis  Recreated
 Container coolify-realtime  Recreated
 Container coolify  Recreate
 Container coolify  Recreated
 Container coolify-redis  Starting
 Container coolify-realtime  Starting
 Container coolify-db  Starting
 Container coolify-realtime  Started
 Container coolify-redis  Started
 Container coolify-db  Started
 Container coolify-redis  Waiting
 Container coolify-realtime  Waiting
 Container coolify-db  Waiting
 Container coolify-redis  Error
 Container coolify-db  Error
 Container coolify-realtime  Healthy

Exception or Error

dependency failed to start: container coolify-redis is unhealthy

Version

4.0.0-beta.331

Cloud?

  • Yes
  • No
@AvinashReddy3108
Copy link

AvinashReddy3108 commented Sep 12, 2024

+1 on that, on Alpine Linux

Used the below command
curl -fsSL 'https://github.com/coollabsio/coolify/raw/next/scripts/install.sh' | bash -s next

Scrollback

~ # curl -fsSL 'https://github.com/coollabsio/coolify/raw/next/scripts/install.sh' | bash -s next
-------------
Welcome to Coolify v4 beta installer!
This script will install everything for you.
Source code: https://github.com/coollabsio/coolify/blob/main/scripts/install.sh

-------------
OS: alpine 3.20.3
Coolify version: next
Helper version: 1.0.1
-------------
Installing required packages...
OpenSSH server is installed.
PermitRootLogin is enabled.
-------------
Check Docker Configuration...
Docker configuration is up to date.
-------------
Downloading required files from CDN...
File exists: /data/coolify/source/.env
Copying .env to .env-20240912-144830
Updating .env with new values (if necessary)...
 Container coolify-realtime  Recreate
 Container coolify-redis  Recreate
 Container coolify-db  Recreate
 Container coolify-redis  Recreated
 Container coolify-db  Recreated
 Container coolify-realtime  Recreated
 Container coolify  Recreate
 Container coolify  Recreated
 Container coolify-realtime  Starting
 Container coolify-redis  Starting
 Container coolify-db  Starting
 Container coolify-db  Started
 Container coolify-realtime  Started
 Container coolify-redis  Started
 Container coolify-db  Waiting
 Container coolify-redis  Waiting
 Container coolify-realtime  Waiting
 Container coolify-redis  Error
 Container coolify-db  Error
 Container coolify-realtime  Healthy
dependency failed to start: container coolify-redis is unhealthy
~ # 

@peaklabs-dev peaklabs-dev added the 🐞 Confirmed Bug Verified issues that have been reproduced by the team. label Oct 31, 2024
@peaklabs-dev peaklabs-dev added this to the v4.0.0 Stable Release milestone Oct 31, 2024
@peaklabs-dev peaklabs-dev added 🔴 High Priority Issues that require immediate attention. and removed 🔴 High Priority Issues that require immediate attention. labels Oct 31, 2024
@peaklabs-dev peaklabs-dev added the 🔴 High Priority Issues that require immediate attention. label Nov 10, 2024
@andrasbacsai
Copy link
Member

The installation script changed a lot since this version. If you try with the latest version and still does not work, please reopen a new ticket! Thank you!

@github-actions github-actions bot removed 🐞 Confirmed Bug Verified issues that have been reproduced by the team. 🔴 High Priority Issues that require immediate attention. labels Nov 10, 2024
@peaklabs-dev peaklabs-dev reopened this Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants