Learn how to Create an Incremental MySQL Backup with SimpleBackups

Latest Post

Learn how to Create an Incremental MySQL Backup with SimpleBackups

Save time, storage, resources with incremental backups Over time, MySQL databases can grow so large that they strain your server, which…

Connect Intercom to Notion like rockstar

Connect Intercom to Notion like rockstar

November 1, 2021

This week, we decided to create an integration between Intercom and our Notion database used to track Customer Support requests. This was…

Restore MongoDB Atlas Collection using MongoDB Compass

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…

The Ultimate PostgreSQL Database Backup Script

The Ultimate PostgreSQL Database Backup Script

June 9, 2021

Any database, needs a backup . This article is part of “The Ultimate Backup Script” series we are creating to provide you with database…

The Ultimate MongoDB Database Backup Script

The Ultimate MongoDB Database Backup Script

June 8, 2021

Any database, needs a backup . This article is part of “The Ultimate Backup Script” series we are creating to provide you with database…

Docker Postgres Backup/Restore Guide (with examples)

Docker Postgres Backup/Restore Guide (with examples)

February 18, 2021

Docker is an open-source platform that uses containers. Developers use it to create, deploy, and run different applications. The tool works…

Docker Container Backup/Restore Guide

Docker Container Backup/Restore Guide

February 17, 2021

Multiple languages, frameworks, architecture, and disjointed interfaces between the tools for each lifecycle stage of a product creates…

The Complete mongodump Guide (with examples)

The Complete mongodump Guide (with examples)

December 31, 2020

There have been a whole host of tools that have been built to make the process of maintaining databases easier. Using these powerful tools…

The Complete mysqldump Guide (with examples)

The Complete mysqldump Guide (with examples)

December 7, 2020

Databases are essential tools to collect and store mountains of data. All complex applications use them to store information. There are many…

PostgreSQL pg_dump & pg_restore Guide

PostgreSQL pg_dump & pg_restore Guide

December 1, 2020

Backing up and restoring a PostgreSQL database is an essential task for any system administrator. Fortunately, there are built-in pg_dump…