Coolify error after installing

First things first, thank you Big Bear for all the hard work you have put bringing all that great apps to casaos.

And now, I have the following error after installing coolify:
dependency failed to start: container big-bear-coolify-postgres exited (1)

in the logs:
mkdir: can’t create directory ‘/var/lib/postgresql/data’: No such file or directory

And when I try to start the app I get the following message:
dependency failed to start: container big-bear-coolify-postgres is unhealthy

And the only containers running are redis and soketi.

I’ll really appreciate any help.

You’re welcome! Can you make sure Docker is not installed with Snap?

And follow this video:

Thank you @dragonfire1119 for the fast response.

I’ve run the script, and got that:

  • Docker is not installed via Snap, or Snap is not installed.
  • All required packages were already at the newest version.

I’ve removed coolify and removed the unused images, then I’ve reinstalled coolify but got the same error message in the logs.
mkdir: can’t create directory ‘/var/lib/postgresql/data’: No such file or directory

What else could it be?

Hi @rjsorto
Can You give one try again?
In casaOS AppStore there is pre-configured version for install (in docker.yaml):
4.0.0-beta.380
But it is out:
4.0.0-beta.434

Both version I can install and container postgresql run.

But problem is with Package coolify · GitHub container. Status unhealthy and web UI cannot open.
nginx inside container is running on :8080

When You choose custom install (mouse hover arrow):

Change:
Ports:
Host / container
8000 / 80->8080
(from 80 to 8080)

Status will be still unhealty (health check still failed, want to connect to localhost:80), but web UI can be opened.

I will make the PR request on GitHub.