Backups

How to Create and Use MongoDB Backups on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How to Create and Use MongoDB Backups on Ubuntu 14.04

A lot of modern web application developers today choose to use a NoSQL database in their projects, and MongoDB is often their first choice. If you’re using MongoDB in a production scenario, it is important that you regularly create backups in order to avoid data loss….

Read more
How To Set Up Master Slave Replication on PostgreSQL on an Ubuntu 12.04 VPS — step-by-step Linux tutorial on Progressive Robot

How To Set Up Master Slave Replication on PostgreSQL on an Ubuntu 12.04 VPS

PostgreSQL, or postgres, is a popular database management system often used to manage the information from websites and applications. In this guide, we will configure a master server postgres replication set up, which will allow us to replicate the changes from the master server onto the slave. This can be used to distribute reads to multiple machines.

Read more
How To Manage Backups to the Cloud with Duplicacy — step-by-step DevOps tutorial on Progressive Robot

How To Manage Backups to the Cloud with Duplicacy

This tutorial provides a high-level overview of how to install the CLI version of Duplicacy and use it to manage a typical data backup process with a the cloud provider Space. It also demonstrates how to back up a shared repository from multiple Droplets to the same Space, as well as how to back up snapshots to multiple Spaces for greater data security.

Read more
CHAT