mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-23 13:24:27 +01:00
c254320860
* trigger backup importation via http route * follow backup advancement with status route * import backup via a command line * let user choose batch size of documents to import (command lines) closes #884 closes #840
13 lines
227 B
JSON
13 lines
227 B
JSON
{
|
|
"indices": [{
|
|
"uid": "test",
|
|
"primaryKey": "id"
|
|
}, {
|
|
"uid": "test2",
|
|
"primaryKey": "test2_id"
|
|
}
|
|
],
|
|
"dbVersion": "0.13.0",
|
|
"backupVersion": "1"
|
|
}
|