Closed magick93 closed 4 months ago
I'm not sure how your local db ends up in this state, but it could be due to a corrupt docker volume for your local db. Perhaps you upgraded cli while your local database is still running? We specifically advised against it.
But all hope is not lost, you can try restarting from scratch. For eg.
supabase stop --no-backup
supabase start
Thanks. I managed to fix it by deleting the docker volumes, which I think is similar to your suggestion.
Describe the bug Running
supabase start
fails and results incould not access file \"$libdir/wrappers-0.1.19\": No such file or directory
from the pg container.To Reproduce Steps to reproduce the behavior:
supabase start
Expected behavior Should start local sb environment
System information Rerun the failing command with
--create-ticket
flag.Versions of services: [output from
supabase services
command]─────────────────────────┼──────────────────┼──────────── supabase/postgres │ 15.1.1.64 │ 15.1.1.64 supabase/gotrue │ v2.153.0 │ v2.153.0 postgrest/postgrest │ v12.1 │ v12.1 supabase/realtime │ v2.28.32 │ - supabase/storage-api │ v1.5.1 │ v1.6.4 supabase/edge-runtime │ v1.54.6 │ - supabase/studio │ 20240422-5cf8f30 │ - supabase/postgres-meta │ v0.80.0 │ - supabase/logflare │ 1.4.0 │ - supabase/supavisor │ 1.1.56 │ - darthsim/imgproxy │ v3.8.0 │ -