Supabase Upgrade Migration
Prerequisites
-
Current Supabase SDK installed
-
Git for version control
-
Test suite available
-
Staging environment
See ${CLAUDE_SKILL_DIR}/references/implementation.md for detailed implementation guide.
Output
-
Updated SDK version
-
Fixed breaking changes
-
Passing test suite
-
Documented rollback procedure
Error Handling
See ${CLAUDE_SKILL_DIR}/references/errors.md for comprehensive error handling.
Examples
See ${CLAUDE_SKILL_DIR}/references/examples.md for detailed examples.
Resources
-
Supabase Changelog
-
Supabase Migration Guide
Overview
Execute analyze, plan, and execute Supabase SDK upgrades with breaking change detection.
Instructions
-
Assess the current state of the migration configuration
-
Identify the specific requirements and constraints
-
Apply the recommended patterns from this skill
-
Validate the changes against expected behavior
-
Document the configuration for team reference