I have (on purpose) truncated a collection in ArangoDB because I had to import a new data set into it. Unfortunately the data I truncated was of use.
Is there a way to bring the database back to a specific point in time using journal files or something like that ?
I am using the rocksdb
engine.
I can see in the journals
folder of the database that there are .db
files whose last modification date are 1~2 days ago.
There are also a bunch of log files in the rocksdb
folder.
Thank you for your kind help.