© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•7mo ago•
2 replies
Caledrith

Error starting local database

I'm trying to start developing locally instead of hitting my project database directly. I've done
supabase init
supabase init
in my folder,
supabase link
supabase link
and tried to
supabase db pull
supabase db pull
to get an initial schema. Once I have that schema, it asks me if I want to apply it to the remote migrations and I do that. Then, when I try to
supabase db pull
supabase db pull
again, I get the included very long set of warnings about privileges and then a failure due to
ERROR: function public.armor(bytea) does not exist (SQLSTATE 42883)
ERROR: function public.armor(bytea) does not exist (SQLSTATE 42883)


I could include the initial migrations file, but it does include
CREATE EXTENSION IF NOT EXISTS "pgcrypto" WITH SCHEMA "public";
CREATE EXTENSION IF NOT EXISTS "pgcrypto" WITH SCHEMA "public";
and other extensions. Why might I be seeing this error? I'm very happy to introduce additional info as needed
message.txt10.63KB
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Encountering Error Starting Local Env
SupabaseSSupabase / help-and-questions
3y ago
Database error with local edge functions
SupabaseSSupabase / help-and-questions
13mo ago
supabse db remote throws error starting shadow database
SupabaseSSupabase / help-and-questions
4y ago
Error Error starting shadow database ERROR syntax error at or near COMMIT
SupabaseSSupabase / help-and-questions
4y ago