Matt
Matt
@abdonrd sure, pay him
> const { withSentryConfig } = await import('@sentry/nextjs'); this didnt fix the issue for me
you can do this with my pr at https://github.com/coollabsio/coolify/pull/1505
for v3 folks like me, you can now do this with my pr at https://github.com/coollabsio/coolify/pull/1505
no update?
Can you change the container name it looks for by way of environment variable?
> ```sql > GRANT ALL ON ALL TABLES IN SCHEMA supabase_functions TO postgres; > GRANT ALL ON ALL SEQUENCES IN SCHEMA supabase_functions TO postgres; > GRANT ALL ON ALL ROUTINES...
This comment solved it for me: https://github.com/supabase/supabase/issues/1856#issuecomment-1194013448 Adding -N supabase_functions ``` ➜ ~ pg_dump -d "postgresql://postgres:@db..supabase.co:5432/postgres" --no-comments -N supabase_functions -N auth -N realtime > out.sql ```
awesome, then i changed my dump to ```bash pg_dump -d "${DATABASE_URL%\?*}" \ --no-comments \ -F c \ -N supabase_functions \ -f "$backup_file" ``` i also gzip this file after ```bash...
Same problem, proxy no effect :9