Loading…
Introducing Supabase Enterprise
SupabaseRory Wilding, Paul Copplestone
Summary
Supabase announced the launch of its Enterprise Plan alongside new features integrated across existing tiers. The Pro Plan now merges pay-as-you-go billing with a default twenty-five dollar monthly spend cap, and users gain access to self-serve database add-ons for on-demand scaling. A new Log Explorer powered by the Logflare acquisition allows querying logs directly with SQL, providing ninety days of retention on the Enterprise tier. Dedicated enterprise capabilities include Point-in-Time Recovery powered by the open-source tool WAL-G, custom Prometheus scraping endpoints for observability, and guaranteed support service level agreements. Additionally, Supabase achieved SOC2 Type 1 compliance and introduced Elixir Livebooks to monitor PgBouncer connection pools.
Context
Developers building business-critical applications on Supabase require enterprise-grade resilience, predictable billing, customizable scaling, and disaster recovery capabilities.
Approach / What changed
Supabase launched an Enterprise tier, merged Pro and pay-as-you-go pricing with default spend caps, added self-serve database add-ons, released a SQL-based Log Explorer, added Elixir Livebooks for PgBouncer monitoring, and introduced WAL-G-powered Point-in-Time Recovery and Prometheus metrics endpoints.
Takeaways
- Supabase Point-in-Time Recovery uses the open-source WAL-G tool to allow Enterprise projects to restore state from snapshots taken seconds after a failure.
- The new SQL-based Log Explorer provides tiered log retention: one day for Free, seven days for Pro, and ninety days for Enterprise plans.
- Enterprise customers can scrape a dedicated Prometheus-compatible endpoint to integrate Supabase system metrics directly into external monitoring stacks.
Related reading
Supabase ·
Community Day
Supabase initiated its Launch Week with Community Day, announcing a series of ecosystem updates, security integrations, and open-source contributions. Through a partnership with GitHub, secret scanning now detects exposed Supabase service role API keys and automatically revokes them to prevent unauthorized database access. The pre-release of PostgREST version 10 introduces arrow operator queries for composite types and array elements, structured PostgreSQL-compliant error messages, and automated recovery from Linux EMFILE conditions. Authentication features expanded with four community-contributed OAuth providers, two phone providers, email one-time passwords via verifyOTP, and framework-specific supabase-auth-helpers starting with Next.js and Nuxt. Finally, Supabase launched a partner gallery powered by Postgres Full Text Search alongside educational courses and an upcoming ten-day virtual hackathon.
Thor SchaeffSupabase ·
Supabase Beta March 2021
Supabase announced a series of platform updates for March 2021, headlined by the launch of Supabase Storage and new local development capabilities. The new storage offering integrates an open-source Fastify and TypeScript API backed by S3, while direct database connections now bundle PgBouncer for connection pooling. Developers can run the platform locally via the Supabase CLI, utilize Docker tooling for self-hosting, and access the open-sourced Supabase UI component library. Community contributions brought OAuth scopes to Supabase Auth for requesting elevated third-party provider permissions, alongside newly published free and pro pricing tiers. In addition, development is underway on an Elixir-based workflow engine compatible with the Amazon States Language for automated event handling.