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

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 ...

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...

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

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...

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...

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...

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 ...

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...