Skip to content

Commit 67a182e

Browse files
committed
Revert "[PBM-1265] fix for "Cannot execute a write operation in read-only mode" (#929)"
This reverts commit 26e595e.
1 parent 26e595e commit 67a182e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pbm/restore/physical.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1273,7 +1273,6 @@ func shutdown(c *mongo.Client, dbpath string) error {
12731273

12741274
func (r *PhysRestore) recoverStandalone() error {
12751275
err := r.startMongo("--dbpath", r.dbpath,
1276-
"--setParameter", "disableLogicalSessionCacheRefresh=true",
12771276
"--setParameter", "recoverFromOplogAsStandalone=true",
12781277
"--setParameter", "takeUnstableCheckpointOnShutdown=true")
12791278
if err != nil {

0 commit comments

Comments
 (0)