Open Avocher opened 3 years ago
Affected feature:
arangodump
arangodump --all-databases true --overwrite true
Problem:
--overwrite true doesn't work. It only changes the error messages from
--overwrite true
FATAL [bd7fe] {dump} output directory 'dump' already exists. use "--overwrite true" to overwrite data in it
to
ERROR [94201] {dump} path specified is a non-empty directory ERROR [f7ff5] {dump} An error occurred: path specified is a non-empty directory
Expected result: --overwrite true should allow overwriting directories
Hello thank you for sharing this issue. This was addresed in 3.9, and will be addressed in 3.8 after this PR is merged: https://github.com/arangodb/arangodb/pull/15073
My Environment
Component, Query & Data
Affected feature:
arangodump
Steps to reproduce
arangodump --all-databases true --overwrite true
Problem:
--overwrite true
doesn't work. It only changes the error messages fromto
Expected result:
--overwrite true
should allow overwriting directories