Ā© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•3w ago•
41 replies
Syzygy

local branches

šŸ”¢DB Connectionsstorage🌲branchingSolved
Seems like you can only branch on the remote?
I would like to have two versions of my project locally, so that I can compare their results without having to rollback all the time.

I've cloned my containing repo, shifted all ports by 1000 in the config.toml and renamed the project but when I try to run it, only the database starts ( I guess, at least that's the only thing that
supabase status
supabase status
displays). At the very least I can not start the studio on the shifted port.
I also get errors when trying to run my migrations (presumably because the S3 storage isn't started either.
Connecting to local database...
Applying migration 20241127143954_profile_page.sql...
ERROR: column "public" of relation "buckets" does not exist (SQLSTATE 42703)
At statement: 50                                                            
INSERT INTO storage.buckets (id, name, public)                              
                                       ^                                    
Try rerunning the command with --debug to troubleshoot the error.
Connecting to local database...
Applying migration 20241127143954_profile_page.sql...
ERROR: column "public" of relation "buckets" does not exist (SQLSTATE 42703)
At statement: 50                                                            
INSERT INTO storage.buckets (id, name, public)                              
                                       ^                                    
Try rerunning the command with --debug to troubleshoot the error.


What is the right approach here?
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Branches not working
SupabaseSSupabase / help-and-questions
5mo ago
Supabase Branches + Lovable Integration
SupabaseSSupabase / help-and-questions
5mo ago
Codegen on preview branches
SupabaseSSupabase / help-and-questions
3y ago
Set secrets for preview branches
SupabaseSSupabase / help-and-questions
12h ago