mirror of https://gitee.com/bigwinds/arangodb
switch back changed default value of `overwrite`
this change went unnoticed since January, but must be reverted because it changes the default behavior of arangodump
This commit is contained in:
parent
79bffd4ff2
commit
21388b2e2a
|
@ -74,7 +74,7 @@ class DumpFeature : public application_features::ApplicationFeature {
|
|||
bool force{false};
|
||||
bool ignoreDistributeShardsLikeErrors{false};
|
||||
bool includeSystemCollections{false};
|
||||
bool overwrite{true};
|
||||
bool overwrite{false};
|
||||
bool progress{true};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue