diff --git a/supabase_snapshot/backup_info.txt b/supabase_snapshot/backup_info.txt deleted file mode 100644 index 1296ebe8..00000000 --- a/supabase_snapshot/backup_info.txt +++ /dev/null @@ -1,23 +0,0 @@ -Supabase Backup Information -=========================== -Backup Date: Tue Nov 25 08:39:29 IST 2025 -Timestamp: 20251125_083659 - -Database Connection: postgresql://postgres:Akshay18233665@*** - -Files Generated: -- extensions.sql : Database extensions -- schema.sql : Complete schema (tables, indexes, constraints) -- policies.sql : Row Level Security policies -- functions.sql : Custom SQL functions -- triggers.sql : Database triggers -- complete_backup.dump : Full binary backup with all data -- seed_data.sql : Seed data (if configured) - -Restore Instructions: -1. Create a new Supabase project -2. Get the connection string from project settings -3. Run: export SUPABASE_DB_URL="your-new-connection-string" -4. Run: ./restore.sh - -For more information, see README.md