milvus-io/milvus

[Feature]: automatic backup data

Open

#16,519 opened on Apr 18, 2022

View on GitHub
 (9 comments) (1 reaction) (0 assignees)Go (4,000 forks)batch import
good first issuekind/feature

Repository metrics

Stars
 (44,298 stars)
PR merge metrics
 (Avg merge 7d) (314 merged PRs in 30d)

Description

Is there an existing issue for this?

  • I have searched the existing issues

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

When I start the docker container

  1. Set automatic backup condition parameters:

    1).backup condition by date(year,month,week,day) 2).number of backup files retained

  2. Recovery the data

    1).Identification by backup file,restore the data to the specified backup data

Describe the solution you'd like.

No response

Describe an alternate solution.

No response

Anything else? (Additional Context)

No response

Contributor guide