You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 12, 2018. It is now read-only.
If anyone is interested in adding support for mongoq querying local backups, here are some steps:
Make sure that the mongod processes started by mongoq cannot modify the backed-up SST files. A few ways to do this:
Make sure that lstorage creates read-only copies of SST files upon backup, and restores appropriate permissions upon restore. This seems like the cleanest way.
Or start mongod read-only. This might require you to enable authentication and create read-only users.
strata supports local backup, is mongoq support local query?
checked mongoq --help and seems no options for local backup query.
The text was updated successfully, but these errors were encountered: