Certification
Become a certified expert with our various Certification modules available. Open up better job prospects for yourself. Get hired by the top MNCs in India.
Start Learning for FREE
Check out our blog for awesome articles on Database, Cloud and more. Get started with basic tips and tricks. It’s 100% free and it always will be!
Check Out Our YouTube Channel
Get free video lessons, walkthroughs, and demos on our YouTube channel. It’s totally free and meant for complete beginners.
Check Out Our Latest Posts
MongoDB 5.0.23 Replica Set Setup (Offline / Air‑Gapped)
For more posts regarding MongoDB, please click on the LINK Overview This document provides stepbystep instructions to install and configure MongoDB version 5.0.23 in an offline (airgapped) environment on unregistered RHEL systems. The installation uses local RPM...
MongoDB Replica Set Setup Using YUM
For More posts related to MongoDB, click on the LINK https://www.youtube.com/watch?v=t17gydO99EY Overview This document provides step-by-step instructions to configure a MongoDB Replica Set using YUM on Linux systems (RHEL/CentOS/Rocky/Alma). The setup includes one...
Arbiter Theory
For more details on MongoDB, please click LINK 1️⃣ What is an Arbiter in MongoDB? An Arbiter is a special type of MongoDB replica‑set member that: ✅ Participates in elections✅ Has a vote❌ Does NOT store data❌ Can NEVER become Primary❌ Does NOT serve reads or writes In...
MongoDB Backup and Restore Commands
For more posts regarding MongoDB, please click on Index Mongodump creates a binary export of MongoDB data in BSON format. It’s ideal for logical backups and supports replica set consistency with the --oplog option. MongoDB Utilities : Mongoexport : Export...
Replication in MongoDB
https://youtu.be/OWpiccVVNwU?si=jg7ryOK1Jxw9v8eW Replication is implemented via replica sets—a self-healing group of mongod processes that maintain the same dataset. Replica set architecture Primary: Accepts all writes. Records each write in the oplog...
MongoDB Basic Commands
NOTE : We will use the below in the entire document for learning purpose : DB Name : infra Collection Name : topics 1. Create a database : User Infra Note : Creating a database is only possible, once you add a collection to it 2. Create a collection : Here we...
MongoDB Blogs
1. MongoDB Basics 2. MongoDB Basic Commands 3. Replication in MongoDB 4. MongoDB Backup and Restore Commands 5. Arbiter Theory 6. MongoDB Replica Set Setup Using YUM 7. MongoDB 5.0.23 Replica Set Setup (Offline / Air‑Gapped)
MongoDB Basics
https://youtu.be/nB7wjQGWCU4?si=tCaM_hTu5Sfl64ls What is MongoDB? Mongo DB is a NoSQL Database which is Not Only SQL Database. It is an Open Source Database. MongoDB is written primarily in C++ The core database engine (storage, indexing, replication,...
MySQL Master Master Replication – Step By Step
Here we will be implementing Master Master Replication in MySQL 5.7 For more interesting posts on MySQL, please click on INDEX Below are the server details which will be used : Server 1 : Hostname : Master1 IP Address : 172.168.190.1 Server 2 : Hostname : Master2 IP...
Fixing up pre-upgrade issues related to DST update operation in Oracle 19c Upgrade
During Oracle 19c upgrade you may have to resolve the below required actions before upgrading the database Complete any pending DST update operation before starting the database upgrade. There is an unfinished DST update operation in the database. It's current state...



