Appearance
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
- Go to your Supabase project and click Settings, then Database.
- Scroll down to the Connection string section and click URI.
- Make sure you select the Direct connection string, not the Connection pooler (Transaction or Session) string. Backups must use the direct connection. Connection strings that route through the pooler may pass validation but will fail at backup time with a database connection error.
- Click Copy.
- Replace
[YOUR-PASSWORD]in the copied string with your actual database password.

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

