Han Qiao
Han Qiao
@bgwdigital Updated my suggestion here https://github.com/supabase/cli/issues/3358#issuecomment-2765248401 ```sql CREATE EXTENSION IF NOT EXISTS "supabase_vault" CASCADE ``` It was previously missing cascade clause.
Hi @kratman, thanks for filing this feature request. We are in the process of moving everyone from logical backups to physical backups. Once the move is completed, we will also...
> all repeatable migrations are applied after the pending migrations have been applied in each supabase migration up run I think this is the right approach for as far as...
> I think it would be good to version repeatable migrations, too if possible. What's the use case for tracking repeatable migrations? My understanding is that repeatable migrations should always...
A few more complications that need answers 1. What should happen when user runs `supabase db reset --version `? Some repeatable migrations might depend on new schemas defined in later...
> I guess at this point it might make sense to treat repeatable migrations as versioned migrations with only one or an empty/"" version field. > > We could then...
Sorry again for the delay. Given the complexity of this change, I took a step back and suggested an alternative in the original issue https://github.com/supabase/cli/issues/2784#issuecomment-2623582604 Let's see if users are...
I'm closing this issue as the GitHub hosted runner is already pulling images in the most efficient way.
Does the error look similar to https://github.com/supabase/cli/issues/2251? If so, the fix could be to remove pnpm global store and re-install pnpm.
@dependabot rebase