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]: Upgrade 4.0.0-beta-398 completely broke setup - rollback not working #5288

Open
andrewsampaio opened this issue Mar 5, 2025 · 0 comments
Labels
🐛 Bug Reported issues that need to be reproduced by the team. 🔍 Triage Issues that need assessment and prioritization.

Comments

@andrewsampaio
Copy link

Error Message and Logs

Coolify web interface is not accessible. The first message I got when I tryed to access coolify was: coolify php_network_getaddresses: getaddrinfo for coolify-redis failed: Try again

And now I, after trying to upgrade (upgrade.sh) and also trying to downgrade (curl -fsSL https://cdn.coollabs.io/coolify/install.sh | bash -s 4.0.0-beta.3XX), I just get a 404.

There's something wrong with redis.

This is content of the log file:
Container coolify-redis Creating
Container coolify Stopping
Container coolify Stopping
Container coolify Stopped
Container coolify Stopped
Container coolify-db Recreate
Container coolify-realtime Recreate
Container coolify-redis Created
Container coolify-db Recreated
Container coolify-realtime Recreated
Container coolify Recreate
Container coolify Recreated
Container coolify-realtime Starting
Container coolify-db Starting
Container coolify-redis Starting
Container coolify-redis Started
Container coolify-db Started
Container coolify-realtime Started
Container coolify-redis Waiting
Container coolify-realtime Waiting
Container coolify-db Waiting
Container coolify-redis Error
Container coolify-db Healthy
Container coolify-realtime Healthy
dependency failed to start: container coolify-redis is unhealthy
exit status 1

And these are the containers currently running:

Image

As you can see, coolify-readis is restarting and coolify container is not created (redis is a dependency).

Steps to Reproduce

  1. Just tryed to access the web interface
  2. System was no longer reachable
  3. Checked the log files to verify if there was a system upgrade. I saw a new upgrade-2025-03-05-21-08-22.log file with the redis error.

Example Repository URL

No response

Coolify Version

4.0.0-beta-398

Are you using Coolify Cloud?

No (self-hosted)

Operating System and Version (self-hosted)

Ubuntu 24.04

Additional Information

No response

@andrewsampaio andrewsampaio added 🐛 Bug Reported issues that need to be reproduced by the team. 🔍 Triage Issues that need assessment and prioritization. labels Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug Reported issues that need to be reproduced by the team. 🔍 Triage Issues that need assessment and prioritization.
Projects
None yet
Development

No branches or pull requests

1 participant