Latest Post
Save time, storage, resources with incremental backups Over time, MySQL databases can grow so large that they strain your server, which…
September 13, 2022
When running a long or complex query on MySQL you might encounter the error below: This error is often faced when running mysqldump on a…
August 31, 2022
In this tutorial, we'll describe the common tasks you'll have to deal with when managing access to a MySQL database. Access MySQL command…
August 30, 2022
In this post, I will show you how to list all databases on MySQL or MariaDB. There are multiple cases where theses commands will come in…
August 9, 2022
In this article, we’ll see how you a real case example of a Redis backup process, end-to-end. We'll cover how to configure a Redis backup…
April 22, 2022
Let’s dig into DigitalOcean Backups service and understand what it is about, how it works, and what it can be used for. At SimpleBackups we…
April 2, 2022
One of the things developers overlook when they start using DigitalOcean Snapshot, is the cost. Some developers only rely on Snapshots as a…
January 18, 2022
Many companies rely on cloud storage as their default backup solution. They've reverted to this backup mechanism because of the promises…
November 5, 2021
Once a MySQL server is set up, the first task on any database administrator’s list is to prepare for backups. To execute backups, sysadmins…
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…