Previously i just shared the full backup script. Now we will take incremental backups using last_checkpoints. Basically, what this script will do is that …
Read More »
Previously i just shared the full backup script. Now we will take incremental backups using last_checkpoints. Basically, what this script will do is that …
Read More »Before restoring database dumps to new servers we need to install MongoDB on each system. Step 1: Installation: [crayon-67d490a967454398101518/] inside it: [crayon-67d490a96745a919265538/] [crayon-67d490a96745c917796240/] …
Read More »In sharded replicas before backup process you need to disable balancer and when backup finishes you need to enable the balancer. This process doesn’t …
Read More »In MongoDB we can take backups with database dumps or filesystem snapshots. In large databases it is recommended to use file system snapshots rather …
Read More »In some cases, there may not be enough space on the disks where the database files are located. For this reason, you may need …
Read More »This article contains information about database recovery mode in SQL Server. You will find many information about FULL,SIMPLE and BULK LOGGED Recovery models and differences …
Read More »