SimpleBackupsSimpleBackups

guides

News, tips, guides and tools by the creators of SimpleBackups web

Restore MongoDB Atlas Collection using MongoDB Compass

Latest Post

Restore MongoDB Atlas Collection using MongoDB Compass

October 6, 2021

So you already have your backup and decided to restore this on your MongoDB Atlas database? In this article, we will tackle how to restore a MongoDB Atlas Collection using MongoDB Compass.

Read more

The Ultimate PostgreSQL Database Backup Guide

The Ultimate PostgreSQL Database Backup Guide

June 9, 2021

Automate Postgres backups and store them remotely. Complete guide, with scripts and examples.

The Ultimate MongoDB Database Backup Script

The Ultimate MongoDB Database Backup Script

June 8, 2021

Learn how to backup your MongoDB database and store it remotely on Amazon S3. This tutorial will show you how to automate the process using ...

Docker Postgres Backup/Restore Guide (with examples)

Docker Postgres Backup/Restore Guide (with examples)

February 18, 2021

Learn how to back up and restore docker postgres databases, with plenty of examples and commands. Dump docker PostgreSQL db with ease and re...

Docker Container Backup/Restore Guide

Docker Container Backup/Restore Guide

February 17, 2021

Learn how to back up and restore docker containers databases, docker backup strategy, what to back up and some background.

The Complete mongodump Guide (with examples)

The Complete mongodump Guide (with examples)

December 31, 2020

Learn how to use mongodump and mongorestore to dump and import monogodb collections, learn about the common errors and pitfalls in this comp...

The Complete mysqldump Guide (with examples)

The Complete mysqldump Guide (with examples)

December 7, 2020

Learn how to use MySQLDump to dump and import mysql database, learn about the common errors and pitfalls in this complete guide having a lot...

PostgreSQL pg_dump & pg_restore Guide

PostgreSQL pg_dump & pg_restore Guide

December 1, 2020

Extensive guide about pg_dump and pg_restore commands, how to use them to back up and restore postgresql databases (pg_dump + pg_restore exa...

How to Import an SQL File in MySQL

How to Import an SQL File in MySQL

November 21, 2020

So you already have your backup and decided to restore this on your MySQL database? In this article, we will tackle how to import SQL files ...

How to restore a PostgreSQL backup

How to restore a PostgreSQL backup

October 23, 2020

There are different types of database aside from the commonly used MySQL database. You might work on a project that uses another type of dat...