Zum Hauptinhalt springen
tsecurity.de LIVE
Echtzeit-Radar & Feeds
Alle RSS Feeds
👥 Community & Social
Sichere ProgrammierungRefreshed repository pull requests page generally available(22.09.2026 um 03:25 Uhr)
Sichere ProgrammierungThe Joy of Learning the Basics Again(22.09.2026 um 03:28 Uhr)
Sichere ProgrammierungZero-Code OpenTelemetry Tracing for Dagster(22.09.2026 um 03:39 Uhr)
Linux Tipps & Hardening`prime-all`(22.09.2026 um 02:28 Uhr)
IT Security Toolsopensoho v0.15.2(22.09.2026 um 03:33 Uhr)
IT Security NachrichtenUS Proposes AI Incident Alert System in Talks With China, Bessent Says(22.09.2026 um 04:01 Uhr)
Sichere ProgrammierungRefreshed repository pull requests page generally available(22.09.2026 um 03:25 Uhr)
Sichere ProgrammierungThe Joy of Learning the Basics Again(22.09.2026 um 03:28 Uhr)
Sichere ProgrammierungZero-Code OpenTelemetry Tracing for Dagster(22.09.2026 um 03:39 Uhr)
Linux Tipps & Hardening`prime-all`(22.09.2026 um 02:28 Uhr)
IT Security Toolsopensoho v0.15.2(22.09.2026 um 03:33 Uhr)
IT Security NachrichtenUS Proposes AI Incident Alert System in Talks With China, Bessent Says(22.09.2026 um 04:01 Uhr)
Intelligence View
⚡ tsecurity.de Intelligence

Introducing Branching 2.0

Branching has been a part of Supabase for some time now, a way for you to experiment or build out new features without affecting your production environment. It requires you to connect your Supabase project to a GitHub repository which…

0
↗ Quelle (dev.to)
Reagiere als Erste:r — dein Feedback zählt!

decorative



Branching has been a part of Supabase for some time now, a way for you to experiment or build out new features without affecting your production environment. It requires you to connect your Supabase project to a GitHub repository which automates many parts of the workflow, but this also alienates those who prefer not to use Git. Today, we are announcing Branching 2.0 which removes the Git requirement and makes it super simple to spin up new branches.










What is branching?



A Supabase branch is essentially a copy of your Supabase project, minus the data. Rather than making risky changes to your production database, edge functions or configuration, you instead spin up a preview branch and make the changes there. This gives you a safe, isolated environment to work from. When you’re happy with your changes, you merge them back into production.



⚡️ More on Launch Week






Current behavior



The current implementation of branching requires a connection to a GitHub repo. For every GitHub pull request created, a corresponding Supabase branch is also created and kept in sync. Database schema/migrations, functions and configuration all stored within your repo and synced up to Supabase when your commits are pushed. For those who want to work in a local and code first way, this is an ideal workflow, however, this is not suitable for those who prefer to work in a database first or no-code way, including AI Builders.






New behavior



With these new updates you can now create branches with Git, without Git, or a combination of both. This can be done directly through the dashboard, Supabase CLI, or the Management API. Every branch is a direct copy of production, including schema, functions and configurations. You can then connect your app, make changes, and when ready to launch, you have the option to pull those changes down to your codebase or review and merge without leaving the dashboard. For those using separate Supabase projects for this, you no longer need to do so.






How it works



For this walkthrough we’ll focus purely on a Gitless workflow. If you are someone who prefers to work in a code-first way, you can view our more extensive guide to branching.






Create a new branch



example dashboard



Give your branch a name, optionally sync it to a GitHub branch. If your production branch has previous migrations (e.g., via CLI db push ) then these will be run on the new branch. If your production branch has no previous migrations (e.g., all edits have been made through the Table Editor) then a db dump will be performed and run as a migration.






Make changes to the new branch



example dashboard how to



Use the table editor, SQL editor, connection string or any other means to make changes to your schema or functions.






Open a merge request



merge request from dashboard



merge req from dashboard



You, someone in your team, or the Supabase Assistant can then review the changes made via the merge page.






Pull in latest updates from production



If your branch schema or edge functions are out of date, you will first need to pull in the latest changes from production. Note that by doing this, any edge function modifications will be lost, but new functions will remain in place untouched.






Merge to production



merge dashboard



When ready, click the merge button and watch your changes be deployed to production. If your branch is a preview branch, you can now choose to remove it or keep it open.






Current limitations



There are a few limitations you should be aware of before deciding to use branching without git.




  • Custom roles created through the dashboard are not captured on branch creation.

  • Only public schema changes are supported right now.

  • Extensions are not included in the diff process

  • Branches can only be merged to main; merging between preview branches is not supported.

  • If your branch is out of date, you can pull in the latest changes from main, but keep in mind that all functions will be overwritten.

  • Deleting functions must be done manually on the main branch.

  • Migration conflicts must be manually resolved on the preview branch.

  • If you have run migrations on main, new branches will be created from existing migrations instead of a full schema dump.






When to use



The following table can help you decide whether to use branching with or without git.











































Git Without Git
Isolated environment
Friction Low code No code
Ease of use Extensive repo setup One click from dashboard
Merging to production via Pull Request via Merge Request
Conflict resolution File based None
Version control Config as code Only migrations are tracked





End state



We ultimately want you to be able to work in a way that produces the highest quality software in the shortest time possible. Your workflows may change as you, your team or your product evolves, and we must allow you to move between workflows seamlessly. If you want to start building directly in the dashboard then later move everything to a codebase, you should be able to do that. If you want to spin up a branch for prototyping then later pull down changes to a local migration, that should also be possible.



We aren’t quite there yet, but through the combination of our CLI and web interface, that vision is closer than ever.






Getting started



We want to stress that these branching updates are in their early stages and thus behind a feature preview. Anyone can opt-in to them via the dashboard but before you do, please read through the existing limitations as it might not yet be suitable for your use case. If you do make use of branching, please reach out with feedback, we’d love to hear it.






Launch Week 15



Main Stage



Day 1 - Introducing JWT Signing Keys

Day 2 - Introducing Supabase Analytics Buckets with Iceberg Support

Day 3 - Introducing Branching 2.0



Build Stage





Worldwide Community Meetups

Ähnliche Beiträge
🔍 Verwandte News

Auch interessante Nachrichten Introducing Branching 2.0

Thematisch verwandte Begriffe: Introducing, Branching · 6 Treffer

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Zum Aktualisieren ziehen
ZERO-DAY CVE-2026-49449 | Joplin is an open source note-taking and to-do application that organise…
Advisory →
TTS Reader • tsecurity.de Voice
tsecurity.de Icon
tsecurity.de App
Offline-Lesen, Eilmeldungen & 0ms Ladezeit

Installiere tsecurity.de direkt auf deinen Home-Bildschirm für das ultimative Vollbild-Magazinerlebnis ohne Browser-Leisten.

Nächster Beitrag
Themen-Radar & Intelligence Matrix
Echtzeit-Taxonomie nach Angriffsvektoren & Plattformen

tsecurity.de Live Threat Radar

🔴 LIVE RADAR
MONITORING
AKTIV
CVE-DATENBANK
LIVE
🔍
Community Radar & Live Chat
Sentinel Bot online • Live-Stream
Dein Cluster: Security Explorer
Match:
lädt…
Verbindung zum Community-Stream wird aufgebaut...
Bearbeitungsmodus — Senden überschreibt deine Nachricht
Community-Puls — was gerade passiert
lädt…
Aktivitäten deiner Analysten
lädt…
Neues Thema oder Eilmeldung einreichen

Reiche interessante Links, Zero-Days oder Debatten ein. Die Community entscheidet per Upvote über die Veröffentlichung.

Heiß diskutierte Einreichungen
🔖 Gespeicherte Artikel
📂 Keine gespeicherten Artikel vorhanden.
Zurück Ziehen Vor
Links: vorheriger Artikel Rechts: nächster Artikel unten: schließen
News NIS-2 Frühwarnung Tier-1 Intel ⏱️ 3 Min vor 10 Min
Artikeldaten werden geladen...

Zurück: vorheriger Vor: nächster
↗ Original-Quelle
Social Reaktionen Deine Reaktion zählt
Einstufung & Relevanz-Poll 0 Stimmen
In sozialen Netzwerken teilen 1-Klick