Incremental backup on Serverless Instances
Hey,
I would like to know when the access read/write of the "oplog" collection in the "local" database will be enabled in Serverless instances. I need this access for making an incremental backup/restore of the database. The doc does not explain the reason of this limitation and I would like understand why.
There is mainly 2 reasons of my request. First is for a local backup/restore for dev purpose, I don't need/want to restore all the databases each time in local due to the size and time consuming from the restore. The second one is that if I need to restore one database in the project, or even one collection of one of the database, I can not. The snapshots restore all the databases from a fixed time and that's not what I want.
Thanks in advance for the answer.