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
In the connection string, a db is specified that is used to authenticate a user. But the target DB might be another one. If I define an auth db in the connection string (admin) and target db in the database parameter (Logs), the plugin creates a collection in the auth db (admin) but should create the Logs db and create the collection in it.
The text was updated successfully, but these errors were encountered:
In the connection string, a db is specified that is used to authenticate a user. But the target DB might be another one. If I define an auth db in the connection string (admin) and target db in the database parameter (Logs), the plugin creates a collection in the auth db (admin) but should create the Logs db and create the collection in it.
The text was updated successfully, but these errors were encountered: