1
0
Fork 0

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:
jsteemann 2018-09-01 21:15:32 +02:00
parent 79bffd4ff2
commit 21388b2e2a
1 changed files with 1 additions and 1 deletions

View File

@ -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};
};