Closed bpbastos closed 1 year ago
Could you try to restart the local development stack from a clean state? You can use the following commands
npx supabase stop --no-backup
npx supabase start
Could you try to restart the local development stack from a clean state? You can use the following commands
npx supabase stop --no-backup npx supabase start
Doing as you suggested worked; the migrations and seeds were executed. I tried running 'npx supabase db reset' again to test, but it still returns 'database is not healthy'.
I believe this is fixed in the latest beta release, ie. npx supabase@beta db reset
. Feel free to reopen if you are still experiencing this issue.
Describe the bug I'm unable to reset the local database. I'm currently working on a project to migrate a legacy Yii2 system to Supabase. However, every time I attempt to execute 'npx supabase db reset' with the intention of running migrations and seeding the database, the command returns an error: 'database is not healthy.' As a result, neither the migrations nor the database seeding process is successful.
To Reproduce Steps to reproduce the behavior:
Expected behavior Run the migrations and database seed
Desktop (please complete the following information):