Timeseries Error in OpenFlow Installation

I am getting following error while installing OpenFlow using NPM method:
MongoServerError: The field ‘timeseries’ is not a valid collection option. Options: { timeseries: { timeField: “timestamp”, metaField: “userid”, granularity: “hours” } }

I did run set FeatureCompatibility feature using below command:
db.adminCommand( { setFeatureCompatibilityVersion: “3.6” }

Can someone please guide how to resolve this error?

Installing openflow using npm is not longer supported, you must use docker.

“faking” a version will not fix the error, beside 3.6 is not when time series was added, that was in 6.0

Ok. Thanks for quick reply

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.