Closed
Description
Describe the bug
This occurred in a github action that uses the latest version of the CLI by default. Reverting to an older version (I picked 1.220.0 for no good reason) resolves the issue.
To Reproduce
Steps to reproduce the behavior:
- Install the latest version of the CLI (v1.223.10 as I write this).
- Add a migration with
CREATE INDEX CONCURRENTLY
- Run supabase start
- Receive the following error:
Applying migration [redacted].sql... Stopping containers... ERROR: CREATE INDEX CONCURRENTLY cannot be executed within a pipeline (SQLSTATE 25001)
Expected behavior
Migration should run without fail.
System information
- Version of CLI: v1.223.10
Metadata
Metadata
Assignees
Labels
No labels