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?
In this tutorial, we’ll walk through the process of uninstalling Docker if it was installed using Snap, and then install Docker and Docker Compose using the official Docker repositories on Ubuntu or Debian systems.
This sometimes fixes: Error response from daemon: invalid mount config for type “bind”: bind source path does not exist
What You’ll Need
A system running Ubuntu or Debian.
Terminal access with root or sudo privileges.
Steps
1. Checking and Uninstalling Docker (Snap Version)
If D…
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?