coolify icon indicating copy to clipboard operation
coolify copied to clipboard

Supabase Fixes: Default database name

Open hamanuha opened this issue 11 months ago • 1 comments

Set default database name to postgres instead of supabase. For example pg_cron extension needs database named as postgres by default. The database on the cloud version of Supabase is named postgres as well.

By default, the pg_cron background worker expects its metadata tables to be created in the “postgres” database.

Maybe this should be hardcoded?

hamanuha avatar Mar 18 '24 19:03 hamanuha

I agree with this.

estubmo avatar Apr 02 '24 14:04 estubmo

Hmm, it makes sense. I wonder why it did not come out as an error during my tests. Thanks for the PR

andrasbacsai avatar Apr 12 '24 21:04 andrasbacsai