TomRitserveldt

Results 5 comments of TomRitserveldt

you generally want to keep the plugin version more or less the same as the rabbitmq version you're running

This issue will probably be fixed with this PR: https://github.com/voxpupuli/puppet-mongodb/pull/446 I will try to get it merged (lost sight of this for a while) EDIT: in hindsight, I'm not sure...

@Dharmender-Singh The error you're getting with auth = false IS related to my PR above, the replica nodes need to run the command to check the db's created with slaveOk()....

can confirm this bug is present since mongo 3.6.x the output for the command in mongo gives an invalid json which errors out the json.parse.

hey @Jguer , sorry for the late reply we've been quite busy. results of the query: BEFORE MIGRATION: ``` MySQL [grafanadb]> SELECT GROUP_CONCAT(id) FROM dashboard_acl GROUP BY dashboard_id, role HAVING...