Skip to content

Conversation

@rschu1ze
Copy link
Member

@rschu1ze rschu1ze commented Oct 26, 2025

I tried to reproduce the new Supabase submission following #564 (comment)

I signed up for the service but then got timeouts when I tried to connect from local psql. The reason is that Supabase by default requires IPv6. To fix that one can enable the IPv4 add-on (+4 $/month) or use a "connection pooler". This PR does the latter.

After fixing this, the data import still failed with

ERROR:  could not extend file "base/5/17514.3" with FileFallocate(): No space left on device
HINT:  Check free disk space.

... probably because I was only using the free plan.

Anyways, Supabase should now be a bit more reproducible than before.

@rschu1ze rschu1ze merged commit 9fe0a25 into main Oct 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants