mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 03:47:02 +02:00
implement the snapshots on demand
This commit is contained in:
parent
e9b62aacb3
commit
e8c9367686
6 changed files with 144 additions and 0 deletions
|
@ -129,6 +129,9 @@ impl HeedAuthStore {
|
|||
Action::DumpsAll => {
|
||||
actions.insert(Action::DumpsCreate);
|
||||
}
|
||||
Action::SnapshotsAll => {
|
||||
actions.insert(Action::SnapshotsCreate);
|
||||
}
|
||||
Action::TasksAll => {
|
||||
actions.extend([Action::TasksGet, Action::TasksDelete, Action::TasksCancel]);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue