Error Message and Logs
I manage a self hosted Coolify instance and noticed I can't update since beta.418. Clicking the Upgrade button in the UI (semi-auto) will result in the process starting, but it never finishes. When trying the manual way, the install script quits right after telling the first joke.
I looked around the repository and on the web but could not find any actions I can take to solve this.
Steps to Reproduce
- Try to upgrade from 418 to 432
Example Repository URL
No response
Coolify Version
v4.0.0-beta.418
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
Ubuntu 24.04.2 LTS
Additional Information
This is the output from running the install script manually:
sudo curl -fsSL https://cdn.coollabs.io/coolify/install.sh | bash
Welcome to Coolify Installer!
This script will install everything for you. Sit back and relax.
Source code: https://github.com/coollabsio/coolify/blob/v4.x/scripts/install.sh
Using registry URL from .env: ghcr.io
Found existing Docker network pool: 10.0.0.0/8/24
---------------------------------------------
| Operating System | ubuntu 24.04
| Docker | 27.0
| Coolify | 4.0.0-beta.432
| Helper | 1.0.11
| Realtime | 1.0.10
| Docker Pool | 10.0.0.0/8 (size 24)
| Registry URL | ghcr.io
---------------------------------------------
1. Installing required packages (curl, wget, git, jq, openssl).
2. Check OpenSSH server configuration.
- OpenSSH server is installed.
- SSH PermitRootLogin is enabled.
3. Check Docker Installation.
- Docker is installed.
4. Check Docker Configuration.
- Network pool configuration: 10.0.0.0/8/24
- To override existing configuration: DOCKER_POOL_FORCE_OVERRIDE=true
- Log configuration is up to date
- Configuration is up to date
5. Download required files from CDN.
6. Setting up environment variable file
- Creating backup of existing .env file to .env-20250929-145739
- Merging .env.production values into .env
- .env file merged successfully
7. Checking and updating environment variables if necessary...
8. Checking for SSH key for localhost access.
9. Installing Coolify (4.0.0-beta.432)
- 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:
Debugging: Removing the needles from the haystack.
Error Message and Logs
I manage a self hosted Coolify instance and noticed I can't update since beta.418. Clicking the Upgrade button in the UI (semi-auto) will result in the process starting, but it never finishes. When trying the manual way, the install script quits right after telling the first joke.
I looked around the repository and on the web but could not find any actions I can take to solve this.
Steps to Reproduce
Example Repository URL
No response
Coolify Version
v4.0.0-beta.418
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
Ubuntu 24.04.2 LTS
Additional Information
This is the output from running the install script manually: