From 7529a8a2c82bafae9be909560c9b338b5e2b8aff Mon Sep 17 00:00:00 2001 From: Akshay Date: Tue, 25 Nov 2025 09:01:52 +0530 Subject: [PATCH] chore: Ignore backup info file and redact database connection in backup script. --- .gitignore | 1 + backup.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 95976ebf..4137fba1 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,4 @@ next-env.d.ts !supabase_snapshot/*.sql *.dump .env.local +supabase_snapshot/backup_info.txt diff --git a/backup.sh b/backup.sh index e9207c25..dff91ab0 100755 --- a/backup.sh +++ b/backup.sh @@ -287,7 +287,7 @@ Supabase Backup Information Backup Date: $(date) Timestamp: $TIMESTAMP -Database Connection: ${SUPABASE_DB_URL%%@*}@*** +Database Connection: [REDACTED] Files Generated: - extensions.sql : Database extensions