Related Topics
Run Shell script in Windows 10
Yes we can use Woindows 10 for execution of bash script. You need to change following things to make it enabled. Go to windows10 settings > Update & Security 1) Got to For Developers and choose Developer Mode2) In search Continue readingRun Shell script in Windows 10→
MongoDB Enterprise Edition
Does it free? MongoDB Enterprise is free of charge for an unlimited period of time for evaluation and development. By downloading it, you agree to the Subscription Agreement. Comparison between MongoDB Community and Enterprise Edition FeaturesMongoDB CommunityMongoDB EnterpriseLDAP AuthenticationNot AvailableAvailableLDAP AuthorizationNot Continue readingMongoDB Enterprise Edition→
Linux directory structure, user, group, permission, ownership etc.
Before starting any mongodb administration job, we need to know very well about the system, where MongoDB is going to deploy. For this article I choose very common linux OS Ubuntu. Target readers should not be only for mongodb dba, Continue readingLinux directory structure, user, group, permission, ownership etc.→
MongoDB change or update field type
Many a times developer do ask a common question that, we need to change existing data bearing field’s data type to another data type with out hampering existing data. Such as example, in database date field was in string value, Continue readingMongoDB change or update field type→
MongoDB Collection-Level Access Control
MongoDB has RBAC (Role Based Access Control) enabled that we all know. Different teams having integration with their separate collection, we might have to create collection specific access control by defining userDefine Role. How to create user define role and Continue readingMongoDB Collection-Level Access Control→
Suggestions