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

How to Write Backup Files to a Local Mount Point #483

Closed
luliloveshe918 opened this issue Dec 17, 2024 · 3 comments
Closed

How to Write Backup Files to a Local Mount Point #483

luliloveshe918 opened this issue Dec 17, 2024 · 3 comments

Comments

@luliloveshe918
Copy link

Background:
Machine A: Linux, deployed Milvus instance in STANDALONE mode.
Machine A: Mounted a Windows shared directory, mount point: /mnt/win_share, with read/write access.

How to achieve: Directly write the backup files to /mnt/win_share during the backup?
What does backupStorageType="local" mean in the configuration file?
Can it be used to achieve the above requirement?

@luliloveshe918
Copy link
Author

"local" configuration can be used to achieve this
ba20cf31b3d7561354e8af3a67266f2d

https://github.com/zilliztech/milvus-backup/blob/main/docs/user_guide/cross_storage.md

@huanghaoyuanhhy
Copy link
Collaborator

Yes, just set the backup storage type to "local". Was the backup successful? Did you encounter any other issues?

@luliloveshe918
Copy link
Author

The backup of the small table (51 rows) was successful. However, backing up the entire database (several million rows) resulted in an error.
Refer to #487

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