Shiqi's Blog
HOME
ARCHIVE
MongoDB: remove documents where the id starts with perf-
HOME
ARCHIVE
MongoDB: remove documents where the id starts with perf-
2020-12-2
1
db.collection_name.delete({ id: {
$regex
: /^perf-/ } })
Charles proxy fails on SSL Connect Method
MongoDB: how to backup & restore database data?