You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The possible cause of this issue is the home directory (/var/lib/postgresql) of postgres user isn't writable by postgres user in the supabase/postgres service container.
The Wasm Wrapper needs to download a .wasm file from github when the foreign table is queried, and the file will be cached locally in $HOME/.cache directory. The $HOME directory is /var/lib/postgresql for postgres user, but it is not writable by postgres user.
Describe the bug
The Wasm Wrappers cannot be used with CLI v1.223.10.
To Reproduce
Steps to reproduce the behavior:
supabase init
supabase start
psql "postgresql://postgres:[email protected]:54322/postgres"
io error: Permission denied (os error 13)
Expected behavior
Expect the foreign table works correctly without error.
Screenshots
System information
Rerun the failing command with
--create-ticket
flag.Additional context
If applicable, add any other context about the problem here.
The text was updated successfully, but these errors were encountered: