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

[Feature]: restore under new DB name #522

Open
dmitryzykov opened this issue Jan 23, 2025 · 1 comment
Open

[Feature]: restore under new DB name #522

dmitryzykov opened this issue Jan 23, 2025 · 1 comment

Comments

@dmitryzykov
Copy link

Is your feature request related to a problem? Please describe.

Hello.

We successfully took backup of DB named foo and we want to restore it under new DB name bar

But we can't find a way to achieve this.

Is this possible? if not, can we request this feature?

Describe the solution you'd like.

No response

Describe an alternate solution.

No response

Anything else? (Additional Context)

No response

@huanghaoyuanhhy
Copy link
Collaborator

You can restore your collection to a different database by using the -r or --rename parameter during the restore process. Please try the following command:
/milvus-backup restore --rename db1.collection1:db2.collection1_new,db1.collection2:db2.collection2_new

For more details and options, you can run the command:

./milvus-backup restore -h

Let us know if you need any further assistance!

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

No branches or pull requests

2 participants