|
69 | 69 | "default" : [ |
70 | 70 | ], |
71 | 71 | "deprecatedIn" : null, |
72 | | - "description" : "Restrict the dump to this collection name (can be specified multiple times).", |
| 72 | + "description" : "Restrict the dump to this collection name (can be specified multiple times). Either --collection or --ignore-collection can be used at the same time.", |
73 | 73 | "dynamic" : false, |
74 | 74 | "enterpriseOnly" : false, |
75 | 75 | "experimental" : false, |
|
113 | 113 | "description" : "Compress data for transport using the gzip format.", |
114 | 114 | "dynamic" : false, |
115 | 115 | "enterpriseOnly" : false, |
116 | | - "experimental" : true, |
| 116 | + "experimental" : false, |
117 | 117 | "hidden" : true, |
118 | 118 | "introducedIn" : [ |
119 | 119 | "v3.12.0" |
|
465 | 465 | "section" : "", |
466 | 466 | "type" : "boolean" |
467 | 467 | }, |
| 468 | + "ignore-collection" : { |
| 469 | + "category" : "option", |
| 470 | + "default" : [ |
| 471 | + ], |
| 472 | + "deprecatedIn" : null, |
| 473 | + "description" : "Ignore and exclude this collection during the dump process (can be specified multiple times). Either --collection or --ignore-collection can be used at the same time. ", |
| 474 | + "dynamic" : false, |
| 475 | + "enterpriseOnly" : false, |
| 476 | + "experimental" : false, |
| 477 | + "hidden" : false, |
| 478 | + "introducedIn" : [ |
| 479 | + "v3.12.0" |
| 480 | + ], |
| 481 | + "obsolete" : false, |
| 482 | + "os" : [ |
| 483 | + "linux", |
| 484 | + "macos", |
| 485 | + "windows" |
| 486 | + ], |
| 487 | + "requiresValue" : true, |
| 488 | + "section" : "", |
| 489 | + "type" : "string..." |
| 490 | + }, |
468 | 491 | "ignore-distribute-shards-like-errors" : { |
469 | 492 | "category" : "option", |
470 | 493 | "default" : false, |
|
1273 | 1296 | }, |
1274 | 1297 | "parallel-dump" : { |
1275 | 1298 | "category" : "option", |
1276 | | - "default" : false, |
| 1299 | + "default" : true, |
1277 | 1300 | "deprecatedIn" : null, |
1278 | | - "description" : "Enable experimental dump behavior.", |
| 1301 | + "description" : "Enable highly parallel dump behavior.", |
1279 | 1302 | "dynamic" : false, |
1280 | 1303 | "enterpriseOnly" : false, |
1281 | | - "experimental" : true, |
| 1304 | + "experimental" : false, |
1282 | 1305 | "hidden" : true, |
1283 | 1306 | "introducedIn" : [ |
1284 | 1307 | "v3.12.0" |
1285 | 1308 | ], |
| 1309 | + "longDescription" : "This option enables a highly parallel variant\nof the dump protocol on the server side. It is only supported with ArangoDB \nservers running version 3.12 or higher.\nIf the dump should be restored into versions of ArangoDB older than 3.12, this\noption should be turned off.", |
1286 | 1310 | "obsolete" : false, |
1287 | 1311 | "os" : [ |
1288 | 1312 | "linux", |
|
1592 | 1616 | "dynamic" : false, |
1593 | 1617 | "enterpriseOnly" : false, |
1594 | 1618 | "experimental" : false, |
1595 | | - "hidden" : true, |
| 1619 | + "hidden" : false, |
1596 | 1620 | "introducedIn" : [ |
1597 | 1621 | "v3.12.0" |
1598 | 1622 | ], |
1599 | | - "longDescription" : "This option only has effect when the option\n`--parallel-dump` is set to `true`. Restoring split files also\nrequires an arangorestore version that is capable of restoring data of a\nsingle collection/shard from multiple files.", |
| 1623 | + "longDescription" : "This option only has effect when the option\n`--parallel-dump` is set to `true`. Restoring split files also\nrequires an arangorestore version that is capable of restoring data of a\nsingle collection/shard from multiple files, i.e. ArangoDB 3.12 or higher.", |
1600 | 1624 | "obsolete" : false, |
1601 | 1625 | "os" : [ |
1602 | 1626 | "linux", |
|
0 commit comments