SupabaseS
Supabase4y ago
hko

Diff—error creating shadow database

When I try to create a diff, the command fails with Error: error creating shadow database. I started my local dev by running supabase db remote commit and then making changes.

Running supabase db diff services -f services results in the error. --debug does not print additional info.

Running supabase db diff services -f services --debug --use-migra throws the following error:
ERROR: relation "pgsodium.key_key_id_seq" does not exist
and also fails with Error: error creating shadow database.
Was this page helpful?