-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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]: Supabase initialization error - due to unfinished supabase-db
config, supabase-analytics
and related services can't start
#4665
Comments
I got the same error on my Coolify Cloud |
Not a solution, but a report about a working config. I'm in a test drive with self-hosted coolify on Hetzner (arm64, 2GB RAM), where the target VPS has 8GB RAM (arm64). I assume, as the coolify uses the official self-host docker file, it should work in the same way as the supabase self-host. Anyway, I found this supabase/supabase#30232 , maybe it somehow relates to your issue (and could be related to coolify, too). |
I personally had to change this in analytics:
# ...
environment:
# DB_DATABASE: _supabase # change this for ↓
DB_DATABASE: ${POSTGRES_DB} |
Unfortunately, the problem is still the same... I'll try to look into @pongraczi proposition later |
I tried as @y4my4my4m sugessted. I still get the same error:
@y4my4my4m , any suggestion? |
What is in your docker log? |
For newest Coolify version (v4.0.0-beta.380) problem still exists |
Here is my log:
|
Are you sure, you have enough resurces and the target folders do not exist before?
I just tried again (4th time) this and I am not able to reproduce:
Please note:
|
Error Message and Logs
I'm adding fresh, out of the box Supabase service using Coolify menu. After initial creation, I'm not changing anything and just click "Deploy":
Everything is going OK, until
supabase-db
service creation - there is an error during service initialization - service started, but not every init script was properly run.supabase-db
logs:Because of this,
supabase-analytics
can't properly start:supabase-analytics
logs:Eventually,
supabase-db
service is displayed as healthy (because service is running properly), but due to unfinished configuration,supabase-analytics
(and the rest of the related services, marked depended in compose file) can't start:Steps to Reproduce
Example Repository URL
No response
Coolify Version
v4.0.0-beta.379
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
Ubuntu 24.04.1 LTS (Noble Numbat)
Additional Information
No response
The text was updated successfully, but these errors were encountered: