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

Cli Command to migrate between databases #117

Merged
merged 5 commits into from
Oct 30, 2024
Merged

Conversation

Nifalu
Copy link

@Nifalu Nifalu commented Oct 30, 2024

This PR adds a new migrate-to Cli command to migrate all contents of one schema to another. For example to easily migrate from an existing cottontail database to postgres.
Usage: <origin-schema> migrate-to -n <target-schema>

Both schemas need to be initialised <schema> init and contain the same entities.

Wiki: https://github.com/vitrivr/vitrivr-engine/wiki/Example#migration

@Nifalu Nifalu marked this pull request as ready for review October 30, 2024 10:46
@net-cscience-raphael net-cscience-raphael merged commit 0e098d7 into dev Oct 30, 2024
2 checks passed
@Spiess Spiess deleted the feature/migration branch December 1, 2024 02:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants