Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我(故意)在 ArangoDB 中截断了一个集合,因为我必须将一个新数据集导入其中。不幸的是,我截断的数据很有用。
有没有办法使用日志文件或类似的东西将数据库恢复到特定的时间点?我正在使用rocksdb引擎。我可以在journals数据库的文件夹中看到.db最后修改日期是1~2天前的文件。文件夹中还有一堆日志文件rocksdb。
rocksdb
journals
.db
谢谢你的热心帮助。