© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•14mo ago•
2 replies
abitshortofabyte

gen_salt does not exist in github action

I use the supabase/setup-cli github action and it use to work no problem. It use to work without issue, but now there is an error that says
failed to send batch: ERROR: function gen_salt(unknown) does not exist (SQLSTATE 42883)
failed to send batch: ERROR: function gen_salt(unknown) does not exist (SQLSTATE 42883)


This error occurs while running the seed file which creates a user account with an encrypted password like so:
crypt('fake-password', gen_salt('bf'))
crypt('fake-password', gen_salt('bf'))


Any ideas? I have no issues running supabase containers locally and seeding, so it is only in CI.
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

When seeding auth.users in local dev I get `function gen_salt(unknown) does not exist`
SupabaseSSupabase / help-and-questions
4y ago
Supabase Github Integration issue (branch does not exist)
SupabaseSSupabase / help-and-questions
4mo ago
Supabase PostgREST “column does not exist” error in GitHub Actions despite column verified in DB
SupabaseSSupabase / help-and-questions
6mo ago
relation does not exist
SupabaseSSupabase / help-and-questions
4y ago