Skip to content

Supabase

How to connect Supabase managed PostgreSQL to SimpleBackups using the connection string method.

Supabase is an open-source Firebase alternative built on PostgreSQL. To connect it to SimpleBackups, all you need is the database connection string from your Supabase project settings — no firewall configuration is required. This guide walks you through copying the string and creating your first backup.

Connecting your database

Step 1: Copy the connection string

  1. Go to your Supabase project and click Settings, then Database.
  2. Scroll down to the Connection string section and click URI.
  3. Click Copy.
  4. Replace [YOUR-PASSWORD] in the copied string with your actual database password.

Supabase database settings showing the connection string URI section

Step 2: Create a database backup in SimpleBackups

  1. Select PostgreSQL as the database Type in SimpleBackups. If you do not see the connection string field, click Paste connection string instead.
  2. Paste the full connection string you copied from Supabase.
  3. Click Validate Connection, then configure your schedule and storage destination.

SimpleBackups database connection form with PostgreSQL connection string pasted

SimpleBackups CA certificate field for Supabase PostgreSQL