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?