Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(db-postgres): data migration script from mongo to postgres #1772

Merged
merged 43 commits into from
Jul 3, 2024

Conversation

aakrem
Copy link
Collaborator

@aakrem aakrem commented Jun 7, 2024

Migration script for OSS

Migration completed successfully.

====================== Migration Report ======================
| Table                       | Total in MongoDB | Migrated to PostgreSQL |
|-----------------------------|------------------|------------------------|
| users                       | 1                | 1                      |
| docker_images               | 1                | 1                      |
| app_db                      | 2                | 2                      |
| deployments                 | 2                | 2                      |
| bases                       | 2                | 2                      |
| app_variants                | 5                | 5                      |
| app_variant_revisions       | 14               | 14                     |
| environments                | 6                | 6                      |
| environments_revisions      | 2                | 2                      |
| templates                   | 2                | 2                      |
| testsets                    | 2                | 2                      |
| evaluators_configs          | 6                | 6                      |
| human_evaluations           | 3                | 3                      |
| human_evaluations_scenarios | 21               | 21                     |
| new_evaluations             | 5                | 5                      |
| new_evaluation_scenarios    | 39               | 39                     |

Copy link

vercel bot commented Jun 7, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
agenta ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 3, 2024 0:11am

@aakrem aakrem marked this pull request as ready for review June 7, 2024 20:13
@dosubot dosubot bot added size:XL This PR changes 500-999 lines, ignoring generated files. Backend labels Jun 7, 2024
@aakrem aakrem added the db label Jun 14, 2024
@aakrem aakrem changed the title Postgres migration feat(db-postgres): data migration script from mongo to postgres Jun 15, 2024
…entation

Docs/postgres migration documentation
@aakrem aakrem merged commit dd03cf2 into postgres Jul 3, 2024
6 of 7 checks passed
@aakrem aakrem deleted the postgres-migration branch July 3, 2024 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backend db size:XXL This PR changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants