diff --git a/site/content/3.12/release-notes/version-3.12/whats-new-in-3-12.md b/site/content/3.12/release-notes/version-3.12/whats-new-in-3-12.md index f9d64bab93..eaa3fe6d0e 100644 --- a/site/content/3.12/release-notes/version-3.12/whats-new-in-3-12.md +++ b/site/content/3.12/release-notes/version-3.12/whats-new-in-3-12.md @@ -520,6 +520,17 @@ _arangodump_ operations on the server: dump thread was blocked because it honored the server-side memory limit for dumps. +### arangorestore + +The following startup option has been added that allows _arangorestore_ to override +the `writeConcern` value specified in a database dump when creating new +collections: + +- `--write-concern`: Override the `writeConcern` value for collections. + Can be specified multiple times, e.g. `--write-concern 2 --write-concern myCollection=3` + to set the write concern for the collection called `myCollection` to 3 and + for all other collections to 2. + ### arangoimport The default value for the `--type` startup option has been changed from `json`