Add MongoDB→Neon migration scripts and V2 environment templates #4512
ccantynzcommented Mar 6, 2026
Originally written by @vercel[bot] on GitHub.
The latest updates on your projects. Learn more about Vercel for GitHub.
| Project | Deployment | Actions | Updated (UTC) |
|---|---|---|---|
| bookaride-v2 | Preview, Comment | Mar 6, 2026 9:44pm |
Cross-repo impact
See what breaks downstream if this PR merges.
⮌ Merged
This pull request was merged into main.
c comment · e edit title · m merge · a approve · r request changes · ? shortcuts
Originally written by @ccantynz-alt on GitHub.
Imported from https://github.com/ccantynz-alt/BookarideV2/pull/5
Summary
Add comprehensive migration tooling to move production data from MongoDB Atlas to Neon PostgreSQL, along with environment configuration templates for BookARide V2.
Key Changes
Migration Scripts
migrate_real_data.py: Main migration tool that:Bookaride_dband Neon PostgreSQL--confirmflagverify_neon_data.py: Post-migration verification tool that:find_all_mongo_data.py: MongoDB cluster scanner that:clean_neon_test_data.py: Test data cleanup utility that:--confirmfor actual deletionEnvironment Templates
backend/.env.example: Backend configuration template with sections for:frontend/.env.example: Frontend configuration template for:Utility Script
sync-env-to-v2.sh: Bash script to sync shared environment variables from V1's.envto V2's GitHub repository secrets, supporting:Implementation Details
https://claude.ai/code/session_019RWqiTR68paaqzS76ujBRG